Skip to content

Commit

Permalink
Updated ntp script for debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
ElstonLewis committed Nov 29, 2023
1 parent 5e8e321 commit 471c5b1
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 471c5b1

Please sign in to comment.