Enable cups at initialization

master
Quentin Duchemin 2023-11-07 12:09:47 +01:00
parent 7b09e0311d
commit 3527935ff4
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ if [ ! -z "$INIT" ]; then
echo -e "* Enabling required systemd units..." echo -e "* Enabling required systemd units..."
sudo systemctl enable --now NetworkManager sudo systemctl enable --now NetworkManager
sudo systemctl enable --now systemd-timesyncd sudo systemctl enable --now systemd-timesyncd
sudo systemctl enable --now cups
# iwd will be used as a backend for NetworkManager # iwd will be used as a backend for NetworkManager
sudo systemctl disable wpa_supplicant sudo systemctl disable wpa_supplicant
echo -e "* Ensure hardware clock is up to date..." echo -e "* Ensure hardware clock is up to date..."