mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-05 08:27:16 -04:00
Ensure /etc/local.d/.ntpsync exists
This commit is contained in:
@@ -22,6 +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
|
||||||
|
|
||||||
# networkmanager configuration
|
# networkmanager configuration
|
||||||
pacman -S networkmanager-openrc --noconfirm
|
pacman -S networkmanager-openrc --noconfirm
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s artix install script
|
echo rwinkhart\'s artix install script
|
||||||
echo last updated january 10, 2024 \(rev. A\)
|
echo last updated january 10, 2024 \(rev. B\)
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo You will be asked some questions before installation.
|
echo You will be asked some questions before installation.
|
||||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user