diff --git a/.build/images/dietpi-installer b/.build/images/dietpi-installer index 8b5ca734a0..60443c18a4 100755 --- a/.build/images/dietpi-installer +++ b/.build/images/dietpi-installer @@ -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 diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e346bf7e00..002ede3efd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -31,7 +31,7 @@ Bug fixes: - DietPi-Software | Node.js: Resolved an issue where node failed on ARMv7 Bullseye systems, since the latest version for this architecture requires a newer C++ standard library than provided on Bullseye. - DietPi-Software | frp: Resolved an issue where server address and port inputs for the client config generation were parsed incorrectly. -As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/ADDME +As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/7313 -----------------------------------------------------------------------------------------------------------