mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -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
|
locale-gen
|
||||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/ntp-rclocal/ntp.start -o /etc/local.d/ntp.start
|
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
|
chmod 755 /etc/local.d/ntp.start
|
||||||
touch /etc/local.d/.ntpsync
|
echo "0" > /etc/local.d/.ntpsync
|
||||||
|
|
||||||
# networkmanager configuration
|
# networkmanager configuration
|
||||||
pacman -S networkmanager-openrc --noconfirm
|
pacman -S networkmanager-openrc --noconfirm
|
||||||
|
|||||||
Reference in New Issue
Block a user