Mise à jour de 'script_post.sh'

main
Eliott Ude 9 months ago
parent 290df2ed67
commit 56f5086559

@ -292,16 +292,6 @@ done
# SOFTWARES INSTALLATION #
##########################
apt-get install -yqq vim curl wget git
printf "\033[0;32m== Installation des logiciels : Element...\033[0m\n"
apt-get install -yqq software-properties-common apt-transport-https wget gnupg --timeout 5 --tries 3 -y
sudo wget -O /usr/share/keyrings/element-io-archive-keyring.gpg https://packages.element.io/debian/element-io-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | tee /etc/apt/sources.list.d/element-im.list
apt-get update -y
apt-get install -yqq element-desktop -y
apt-get autoremove -y
apt-get clean
printf "\033[0;32m== Fin de l'installation ==\033[0m\n"
# VSCODIUM (éditeur de code | fork de Visual Studio Code)
@ -317,7 +307,13 @@ sudo apt install -y flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
printf "\033[0;32m== Installation des logiciels : Vscodium...\033[0m\n"
flatpak install -y flathub com.vscodium.codium
# Exécuter VSCodium
#Installation Element
printf "\033[0;32m== Installation des logiciels : Element...\033[0m\n"
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub im.riot.Riot -y
printf "\033[0;32m== Fin de l'installation ==\033[0m\n"
###############
## APPARENCE ##

Loading…
Cancel
Save