Mise à jour de 'install.sh'
This commit is contained in:
parent
e5861dfd07
commit
553ad5557b
14
install.sh
14
install.sh
@ -65,18 +65,28 @@ cp /usr/share/unattended-upgrades/20auto-upgrades /etc/apt/apt.conf.d/
|
||||
sed -i 's/InhibitDelayMaxSec=30/InhibitDelayMaxSec=1800/g' /usr/lib/systemd/logind.conf.d/unattended-upgrades-logind-maxdelay.conf
|
||||
|
||||
# Installation des paquets
|
||||
nala install caja-share caja-nextcloud celluloid clementine curl flatpak gparted guake hugin ksnip lightdm-settings mate-desktop-environment-extras metadata-cleaner numlockx peek redshift-gtk smtube variety -y
|
||||
nala install caja-share caja-nextcloud celluloid clementine gparted guake hugin ksnip lightdm-settings mate-desktop-environment-extras metadata-cleaner numlockx peek redshift-gtk smtube variety -y
|
||||
|
||||
# Installation des paquets pour utiliser les thèmes wibian-light et wibian-dark
|
||||
nala install greybird-gtk-theme papirus-icon-theme
|
||||
|
||||
# Installation des paquets utilitaires
|
||||
nala install 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 virt-viewer -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
|
||||
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
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user