Enable cups at initialization
parent
7b09e0311d
commit
3527935ff4
|
@ -106,6 +106,7 @@ if [ ! -z "$INIT" ]; then
|
|||
echo -e "* Enabling required systemd units..."
|
||||
sudo systemctl enable --now NetworkManager
|
||||
sudo systemctl enable --now systemd-timesyncd
|
||||
sudo systemctl enable --now cups
|
||||
# iwd will be used as a backend for NetworkManager
|
||||
sudo systemctl disable wpa_supplicant
|
||||
echo -e "* Ensure hardware clock is up to date..."
|
||||
|
|
Loading…
Reference in New Issue