Skip to content

Commit

Permalink
Added apt update into ntp script
Browse files Browse the repository at this point in the history
  • Loading branch information
ElstonLewis committed Nov 29, 2023
1 parent 0a3749e commit 2f51432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/linux/ntp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
set -e

if [[ "$1" == "debian12" ]]; then
chroot /mnt/ apt update -y
chroot /mnt/ apt install chrony -y
fi

0 comments on commit 2f51432

Please sign in to comment.