diff --git a/3-post-setup.sh b/3-post-setup.sh index 5304e06..4668ae6 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -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 -sudo ntpd -qg +#sudo ntpd -qg sudo systemctl enable ntpd.service sudo systemctl disable dhcpcd.service sudo systemctl stop dhcpcd.service