Commenting out to see if this is causing errors

This commit is contained in:
71Zombie 2021-10-23 20:15:20 -07:00
parent 4cc06c0945
commit f6f0f5c81b
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@ sudo systemctl enable --now portmaster
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
echo -e "\nEnabling the cups service daemon so we can print" # echo -e "\nEnabling the cups service daemon so we can print"
systemctl enable cups.service systemctl enable cups.service
sudo ntpd -qg #sudo ntpd -qg
sudo systemctl enable ntpd.service sudo systemctl enable ntpd.service
sudo systemctl disable dhcpcd.service sudo systemctl disable dhcpcd.service
sudo systemctl stop dhcpcd.service sudo systemctl stop dhcpcd.service