@ -7,4 +7,4 @@ utilisé lors des Instalalis dispensés par Libre.re
install one-liner
-----------------
`sudo apt install wget && wget -q https://git.artcode.re/pvincent/debian-gnome/raw/master/src/main -O /tmp/main && bash /tmp/main`
`curl -s https://git.artcode.re/pvincent/debian-gnome/raw/master/src/main | bash`
@ -81,8 +81,11 @@ done
echo "## remove hplip annoyance"
echo "========================="
sudo rm /etc/xdg/autostart/hplip-systray.desktop
if [[ -f /etc/xdg/autostart/hplip-systray.desktop ]]; then
else
echo "hplip annoyance already removed!"
fi
echo "## debian-bash"
echo "=============="