Skip to content

Commit

Permalink
v8.23
Browse files Browse the repository at this point in the history
- DietPi daily cron | Resolved an issue where daily APT update checks failed if daily DietPi update checks were disabled. Many thanks to @lz1aam for reporting this issue: #6651
  • Loading branch information
MichaIng committed Sep 30, 2023
1 parent 50f8c74 commit b04b43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Enhancements:
- DietPi-Software | Firefox: Enabled the software option for RISC-V, since Debian provides packages now. But do not expect good performance, as GPU-acceleration is missing.

Bug fixes:
- DietPi daily cron | Resolved an issue where daily APT update checks failed if daily DietPi update checks were disabled. Many thanks to @lz1aam for reporting this issue: https://github.com/MichaIng/DietPi/issues/6651
- DietPi-Config | Resolved an issue where the WiFi channel selection was not possible with 5 GHz mode enabled. Many thanks to @lukaszsobala for reporting this issue: https://github.com/MichaIng/DietPi/issues/6636#issuecomment-1734427451
- DietPi-Software | Resolved an issue where motionEye failed to build on Bullseye systems since piwheels currently have no wheel for the latest Pillow version.

Expand Down
1 change: 1 addition & 0 deletions rootfs/etc/cron.daily/dietpi
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

elif [[ $APT_UPDATE_MODE != 0 ]]
then
. /boot/dietpi/func/dietpi-globals
G_AGUP -f
fi
# Apply APT upgrades if chosen and available
Expand Down

0 comments on commit b04b43b

Please sign in to comment.