From b2b8be719f91503cb72268f6aac941c50e1b65b6 Mon Sep 17 00:00:00 2001 From: wilou Date: Sat, 4 Mar 2023 09:47:36 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index eeb9b43..19ab89a 100644 --- a/install.sh +++ b/install.sh @@ -71,14 +71,16 @@ nala install caja-share caja-nextcloud celluloid clementine gparted guake hugin nala install greybird-gtk-theme papirus-icon-theme # Installation des paquets utilitaires -nala install curl flatpak figlet htop libnotify-bin neofetch nmap nwipe speedtest-cli stress s-tui swaks testdisk virt-viewer -y +nala install curl flatpak figlet htop libnotify-bin neofetch nmap nwipe speedtest-cli stress s-tui swaks testdisk -y # Logiciels Mint wget -q -O - "https://github.com/linuxmint/webapp-manager/releases/download/master.lmde5/packages.tar.gz" | tar -xzf - -C /tmp nala install /tmp/packages/*deb -y # PVE VDI Client -apt install python3-pip virt-viewer git +nala install python3-pip virt-viewer git -y +pip3 uninstall PySimpleGUIQt +nala install python3-tk -y git clone https://github.com/joshpatten/PVE-VDIClient.git cd ./PVE-VDIClient/ chmod +x requirements.sh @@ -87,6 +89,7 @@ cp vdiclient.py /usr/local/bin chmod +x /usr/local/bin/vdiclient.py + # Envoi du message de notification notify-send -i $builddir/icones/sympatech_logo_bleu.png "Information" "Le script d'installation touche bientôt à sa fin" -t 0 notify-send -i $builddir/icones/sympatech_logo_rouge.png "Attention" "Redémarrage imminent après l'installation des paquets flatpak" -t 0