Mise à jour de 'install.sh'
This commit is contained in:
parent
c79e50da8f
commit
77a0f64bb8
@ -71,7 +71,7 @@ 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 -y
|
||||
nala install curl flatpak figlet htop libnotify-bin neofetch nmap nwipe speedtest-cli stress s-tui swaks testdisk vim -y
|
||||
|
||||
# Logiciels Mint
|
||||
wget -q -O - "https://github.com/linuxmint/webapp-manager/releases/download/master.lmde5/packages.tar.gz" | tar -xzf - -C /tmp
|
||||
@ -85,15 +85,14 @@ nala install /tmp/packages/*deb -y
|
||||
rm -r /tmp/packages/
|
||||
|
||||
# PVE VDI Client
|
||||
nala install python3-pip virt-viewer git -y
|
||||
nala install python3-pip python3-venv virt-viewer git -y
|
||||
|
||||
git clone https://github.com/joshpatten/PVE-VDIClient.git
|
||||
cd ./PVE-VDIClient/
|
||||
chmod +x requirements.sh
|
||||
./requirements.sh
|
||||
cp vdiclient.py /usr/local/bin
|
||||
chmod +x /usr/local/bin/vdiclient.py
|
||||
pip3 uninstall PySimpleGUIQt
|
||||
nala install python3-tk -y
|
||||
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user