enable avahi
This commit is contained in:
parent
e9fe5ec9ca
commit
2088495d5e
1 changed files with 2 additions and 0 deletions
2
arch.sh
2
arch.sh
|
@ -399,6 +399,8 @@ main() {
|
||||||
# === Printers ==
|
# === Printers ==
|
||||||
sudo systemctl enable cups.socket
|
sudo systemctl enable cups.socket
|
||||||
sudo systemctl start cups.socket
|
sudo systemctl start cups.socket
|
||||||
|
sudo systemctl enable avahi-daemon.service
|
||||||
|
sudo systemctl start avahi-daemon.service
|
||||||
|
|
||||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue