Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-04 21:45:40 +00:00
parent e3a64d2933
commit bb17142c40

View File

@ -67,12 +67,14 @@ sed -i 's/InhibitDelayMaxSec=30/InhibitDelayMaxSec=1800/g' /usr/lib/systemd/logi
# Installation des paquets # Installation des paquets
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 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 -y
# Installation des paquets utilitaires # Installation des paquets utilitaires
nala install curl flatpak figlet htop libnotify-bin neofetch nmap nwipe speedtest-cli stress s-tui swaks testdisk vim -y nala install curl flatpak figlet htop libnotify-bin neofetch nmap nwipe speedtest-cli stress s-tui swaks testdisk vim -y
# Installation des thèmes wibian-light et wibian-dark
nala install greybird-gtk-theme papirus-icon-theme -y
mkdir -p /home/$username/.themes
unzip themes.zip -d /home/$username/.themes/
# Logiciels Mint # Logiciels Mint
wget -q -O - "https://github.com/linuxmint/webapp-manager/releases/download/master.lmde5/packages.tar.gz" | tar -xzf - -C /tmp 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 nala install /tmp/packages/*deb -y
@ -94,6 +96,9 @@ notify-send -i $builddir/icones/sympatech_logo_rouge.png "Attention" "Redémarra
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
# Suppression du dossier d'installation du répértoire utilisateur
rm -r $builddir
# Message de fin # Message de fin
echo "Bisous" | figlet -f big echo "Bisous" | figlet -f big
echo -ne "\n" echo -ne "\n"