use cups.socket instead of cups.service
This commit is contained in:
parent
4c1d8db014
commit
e9fe5ec9ca
1 changed files with 2 additions and 2 deletions
4
arch.sh
4
arch.sh
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue