Skip to content

Commit

Permalink
Beta v9.9.0 appendix (#7314)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng authored Dec 23, 2024
2 parents f025ec4 + 5542179 commit be7bd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

-----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit be7bd3f

Please sign in to comment.