Skip to content

Commit

Permalink
Fix chronyd configuration location (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: funk-on-code <[email protected]>
  • Loading branch information
funk-on-code authored Aug 26, 2024
1 parent cffea03 commit 9d9c42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ fi

## Setup NTS
unpriv curl -s https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf | tee /mnt/etc/chrony.conf > /dev/null
unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysconfig/chronyd | tee /etc/sysconfig/chronyd > /dev/null
unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysconfig/chronyd | tee /mnt/etc/sysconfig/chronyd > /dev/null

## Remove nullok from system-auth
sed -i 's/nullok//g' /mnt/etc/pam.d/system-auth
Expand Down

0 comments on commit 9d9c42c

Please sign in to comment.