mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-27 20:36:26 -04:00
Start .ntpsync with a value of 0
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ ln -s /usr/share/zoneinfo/"$timezone" /etc/localtime
|
||||
locale-gen
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/ntp-rclocal/ntp.start -o /etc/local.d/ntp.start
|
||||
chmod 755 /etc/local.d/ntp.start
|
||||
touch /etc/local.d/.ntpsync
|
||||
echo "0" > /etc/local.d/.ntpsync
|
||||
|
||||
# networkmanager configuration
|
||||
pacman -S networkmanager-openrc --noconfirm
|
||||
|
||||
Reference in New Issue
Block a user