Skip to content

Commit

Permalink
v9.9
Browse files Browse the repository at this point in the history
- DietPi-Installer | Add mawk as installer dependency, as it is not essential in Debian anymore (any awk implementation satisfies essential dependencies), and has been found missing in one case: #7311
  • Loading branch information
MichaIng committed Dec 23, 2024
1 parent 3e31ecd commit 5542179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ _EOF_
'curl' # Download DietPi-Globals...
'ca-certificates' # ...via HTTPS
'whiptail' # G_WHIP
'mawk' # lightweight awk implementation used in DietPi
)
for i in "${aAPT_PREREQS[@]}"
do
Expand Down

0 comments on commit 5542179

Please sign in to comment.