Actualiser install.sh

This commit is contained in:
wilou 2024-02-15 08:41:36 +00:00
parent da87aaf6e7
commit 7ab95ea2c6

View File

@ -54,7 +54,7 @@ sudo nala install -y mate-desktop-environment-core
sudo nala install -y lightdm lightdm-gtk-greeter-settings sudo nala install -y lightdm lightdm-gtk-greeter-settings
# Installation ds outils de gestion du son # Installation ds outils de gestion du son
sudo nala install sudo nala install -y pulseaudio alsa-utils pavucontrol volumeicon-alsa pamixer
# Installation des outils de gestion des cartes réseaux # Installation des outils de gestion des cartes réseaux
sudo nala install -y network-manager-gnome network-manager-openvpn sudo nala install -y network-manager-gnome network-manager-openvpn
@ -104,7 +104,7 @@ stacer \
tilix \ tilix \
variety \ variety \
synaptic \ synaptic \
xscreensaver-gl \ xscreensaver-gl
# Installation des paquets utilitaires # Installation des paquets utilitaires
nala install -y curl flatpak freerdp2-x11 figlet htop libnotify-bin nmap net-tools speedtest-cli stress s-tui swaks testdisk tldr tlp whois wmctrl xdotool nala install -y curl flatpak freerdp2-x11 figlet htop libnotify-bin nmap net-tools speedtest-cli stress s-tui swaks testdisk tldr tlp whois wmctrl xdotool
@ -115,6 +115,7 @@ nala install -y curl flatpak freerdp2-x11 figlet htop libnotify-bin nmap net-too
# sudo nala -y install geany geany-plugin-addons geany-plugin-git-changebar geany-plugin-overview geany-plugin-spellcheck geany-plugin-treebrowser geany-plugin-vimode # sudo nala -y install geany geany-plugin-addons geany-plugin-git-changebar geany-plugin-overview geany-plugin-spellcheck geany-plugin-treebrowser geany-plugin-vimode
# sudo nala -y install gimp # sudo nala -y install gimp
# sudo nala -y install hugin # sudo nala -y install hugin
# sudo nala -y install imagination
# sudo nala -y install kdenlive # sudo nala -y install kdenlive
# sudo nala -y install obs-studio # sudo nala -y install obs-studio
@ -171,13 +172,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 -y \ flatpak install -y \
flathub \ flathub \
com.github.tchx84.Flatseal \
io.github.giantpinkrobots.flatsweep \ io.github.giantpinkrobots.flatsweep \
io.freetubeapp.FreeTube \ io.freetubeapp.FreeTube \
com.github.geigi.cozy \ com.github.geigi.cozy \
io.crow_translate.CrowTranslate \ io.crow_translate.CrowTranslate \
com.discordapp.Discord \ com.discordapp.Discord \
com.jgraph.drawio.desktop \ com.jgraph.drawio.desktop \
com.github.tchx84.Flatseal \
me.hyliu.fluentreader \ me.hyliu.fluentreader \
io.github.hmlendea.geforcenow-electron \ io.github.hmlendea.geforcenow-electron \
org.onlyoffice.desktopeditors \ org.onlyoffice.desktopeditors \
@ -251,6 +252,9 @@ cp $builddir/autostart/* /etc/skel/.config/autostart/
rm -r $builddir rm -r $builddir
rm -r /tmp/wibian/ rm -r /tmp/wibian/
# Nettoyage des paquets inutiles du système
sudo nala autoremove
# Message de fin # Message de fin
echo "Bisous" | figlet -f big echo "Bisous" | figlet -f big
echo -ne "\n" echo -ne "\n"