Mise à jour de 'install.sh'
This commit is contained in:
parent
9ce9d5cf63
commit
940f0377e8
12
install.sh
12
install.sh
@ -3,10 +3,6 @@
|
|||||||
# Résolution écran
|
# Résolution écran
|
||||||
xrandr -s 1920x1080_60.00
|
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
|
# Bannière
|
||||||
cat wibian.figlet
|
cat wibian.figlet
|
||||||
echo -ne "\n"
|
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
|
nala install greybird-gtk-theme papirus-icon-theme -y
|
||||||
mkdir -p /home/$username/.themes
|
mkdir -p /home/$username/.themes
|
||||||
unzip themes.zip -d /home/$username/.themes/
|
unzip themes.zip -d /home/$username/.themes/
|
||||||
|
chown -R $username:$username /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
|
||||||
@ -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 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
|
# 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 -r $builddir
|
||||||
|
rm /home/$username/main.zip
|
||||||
|
|
||||||
# Message de fin
|
# Message de fin
|
||||||
echo "Bisous" | figlet -f big
|
echo "Bisous" | figlet -f big
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user