use cups.socket instead of cups.service

This commit is contained in:
Mylloon 2023-05-08 23:19:57 +02:00
parent 4c1d8db014
commit e9fe5ec9ca
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -397,8 +397,8 @@ main() {
sudo ln -s /usr/share/soundfonts/*.sf2 /usr/share/sounds/sf2/
# === Printers ==
sudo systemctl enable cups.service
sudo systemctl start cups.service
sudo systemctl enable cups.socket
sudo systemctl start cups.socket
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
}