Skip to content

Commit

Permalink
Merge pull request #60 from ElstonLewis/Add_ntp_to_debian12
Browse files Browse the repository at this point in the history
Added apt update into ntp script
  • Loading branch information
ElstonLewis authored Nov 29, 2023
2 parents 0a3749e + 2f51432 commit 75486ce
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 75486ce

Please sign in to comment.