Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-22 23:53:22 +00:00
parent e79f672945
commit a52b3cb1d9

View File

@ -70,6 +70,9 @@ nala install caja-share caja-nextcloud celluloid clementine gparted hugin kazam
# Installation des paquets utilitaires # Installation des paquets utilitaires
nala install curl flatpak figlet htop libnotify-bin neofetch nethogs nmap nwipe speedtest-cli stress s-tui swaks testdisk xdotool vim wmctrl -y nala install curl flatpak figlet htop libnotify-bin neofetch nethogs nmap nwipe speedtest-cli stress s-tui swaks testdisk xdotool vim wmctrl -y
# Désinstallation des paquets non désirés
nala remove fortunes-min -y
# Installation des thèmes wibian-light et wibian-dark # Installation des thèmes wibian-light et wibian-dark
nala install greybird-gtk-theme papirus-icon-theme -y nala install greybird-gtk-theme papirus-icon-theme -y
mkdir -p /home/$username/.themes mkdir -p /home/$username/.themes
@ -94,8 +97,8 @@ notify-send -i $builddir/icones/sympatech_logo_bleu.png "Information" "Le script
notify-send -i $builddir/icones/sympatech_logo_rouge.png "Attention" "Redémarrage imminent après l'installation des paquets flatpak" -t 0 notify-send -i $builddir/icones/sympatech_logo_rouge.png "Attention" "Redémarrage imminent après l'installation des paquets flatpak" -t 0
# Flatpak (reboot nécéssaire) # Flatpak (reboot nécéssaire)
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo #flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.usebottles.bottles com.github.geigi.cozy io.crow_translate.CrowTranslate com.discordapp.Discord com.jgraph.drawio.desktop com.github.tchx84.Flatseal me.hyliu.fluentreader com.github.johnfactotum.Foliate io.github.hmlendea.geforcenow-electron org.onlyoffice.desktopeditors org.jdownloader.JDownloader io.gitlab.librewolf-community org.gnome.World.PikaBackup com.github.marinm.songrec -y #flatpak install flathub com.usebottles.bottles com.github.geigi.cozy io.crow_translate.CrowTranslate com.discordapp.Discord com.jgraph.drawio.desktop com.github.tchx84.Flatseal me.hyliu.fluentreader com.github.johnfactotum.Foliate io.github.hmlendea.geforcenow-electron org.onlyoffice.desktopeditors org.jdownloader.JDownloader io.gitlab.librewolf-community org.gnome.World.PikaBackup com.github.marinm.songrec -y
# Lancement au démarrage de la machine des paquets Flatpak ci-dessous # Lancement au démarrage de la machine des paquets Flatpak ci-dessous
mkdir -p /home/$username/.config/autostart mkdir -p /home/$username/.config/autostart
@ -135,9 +138,6 @@ wmctrl -c " Shutter"
killall shutter killall shutter
nohup shutter -p=wibian --min_at_startup &>/dev/null & nohup shutter -p=wibian --min_at_startup &>/dev/null &
# Désinstallation des paquets non désirés
nala remove fortunes-min -y
# Suppression des sources d'installation du répértoire utilisateur # Suppression des sources d'installation du répértoire utilisateur
rm -r $builddir rm -r $builddir