Skip to content

Commit

Permalink
Merge pull request #59 from ElstonLewis/Add_ntp_to_debian12
Browse files Browse the repository at this point in the history
Updated ntp script for debian12
  • Loading branch information
ElstonLewis authored Nov 29, 2023
2 parents 5e8e321 + 471c5b1 commit 0a3749e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux/ntp.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

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

0 comments on commit 0a3749e

Please sign in to comment.