diff --git a/install.sh b/install.sh index 5d896ef..9ca91c8 100644 --- a/install.sh +++ b/install.sh @@ -3,10 +3,6 @@ # Résolution écran xrandr -s 1920x1080_60.00 -# Séléction d'un gestionnaire de fenêtres plus performant et désactivation des animations -gsettings set org.mate.session.required-components windowmanager marco-xr_glx_hybrid -gsettings set org.mate.interface enable-animations false - # Bannière cat wibian.figlet echo -ne "\n" @@ -78,6 +74,7 @@ nala install curl flatpak figlet htop libnotify-bin neofetch nmap nwipe speedtes nala install greybird-gtk-theme papirus-icon-theme -y mkdir -p /home/$username/.themes unzip themes.zip -d /home/$username/.themes/ +chown -R $username:$username /home/$username/.themes/ # Logiciels Mint wget -q -O - "https://github.com/linuxmint/webapp-manager/releases/download/master.lmde5/packages.tar.gz" | tar -xzf - -C /tmp @@ -100,8 +97,13 @@ 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 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 +# Séléction d'un gestionnaire de fenêtres plus performant et désactivation des animations +gsettings set org.mate.session.required-components windowmanager marco-xr_glx_hybrid +gsettings set org.mate.interface enable-animations false + +# Suppression des sources d'installation du répértoire utilisateur rm -r $builddir +rm /home/$username/main.zip # Message de fin echo "Bisous" | figlet -f big