Skip to content

Commit

Permalink
v6.31
Browse files Browse the repository at this point in the history
+ DietPi-Patch | Fix variable call
  • Loading branch information
MichaIng committed May 14, 2020
1 parent 8aa7af2 commit 16a1e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PREP_SYSTEM_FOR_DIETPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ _EOF_'
# - systemd-timesyncd: Network time sync daemon
# Available as dedicated package since Bullseye: https://packages.debian.org/systemd-timesyncd
# While the above needs to be checked against current distro to not break SSH or APT before distro upgrade, this one should be checked against target distro version.
(( $G_DISTRO_TARGET > 5 )) && aPACKAGES_REQUIRED_INSTALL+=('systemd-timesyncd')
(( $DISTRO_TARGET > 5 )) && aPACKAGES_REQUIRED_INSTALL+=('systemd-timesyncd')

# G_HW_MODEL specific required repo key packages: https://github.com/MichaIng/DietPi/issues/1285#issuecomment-358301273
if (( $G_HW_MODEL > 9 )); then
Expand Down

0 comments on commit 16a1e9f

Please sign in to comment.