mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 03:31:33 -05:00
Add curl
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
82e1bdd589
commit
fee9dffaaa
@ -26,8 +26,7 @@ echo "umask 077" | sudo tee --append /etc/profile
|
||||
|
||||
# Setup NTS
|
||||
sudo systemctl disable systemd-timesyncd
|
||||
sudo apt install -y chrony
|
||||
rm -rf /etc/chrony/chrony.conf
|
||||
sudo apt install -y curl chrony
|
||||
sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf
|
||||
sudo systemctl restart chronyd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user