Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-01-27 10:30:00 +00:00
parent c02d4b22e7
commit 3408455dd6

View File

@ -50,18 +50,21 @@ nala fetch --auto -y
# Installation des paquets
nala install unattended-upgrades flatpak neofetch variety mate-tweak mate-dock-applet lightdm-settings numlockx curl nmap ksnip redshift-gtk -y
# en question (timeshift avec btrfs ?) (mate-menu vs brisk) (ttf-mscorefonts-installer pas dans les dépots ?)
# Anydesk
#wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
#echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list
#nala update
#nala install anydesk -y
# en question (timeshift avec btrfs vs pika ) (mate-menu vs brisk) (ttf-mscorefonts-installer pas dans les dépots ?)
# Flatpak (reboot nécéssaire)
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub io.crow_translate.CrowTranslate com.discordapp.Discord io.github.hmlendea.geforcenow-electron org.onlyoffice.desktopeditors io.gitlab.librewolf-community com.usebottles.bottles -y
# Anydesk
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list
nala update
nala install anydesk -y
# Logiciels Mint
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
# redémarrage du système
reboot now