From 940f0377e8bb6f54056aace2ee61cc8163c004e9 Mon Sep 17 00:00:00 2001 From: wilou Date: Sun, 5 Mar 2023 01:04:33 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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