Mise à jour de 'installGlobalScript.sh'

This commit is contained in:
Anri 2021-11-14 21:27:02 +01:00
parent cff2488012
commit d9deb97f36

View file

@ -5,6 +5,10 @@ then
# Update of APT # Update of APT
sudo apt update sudo apt update
# Upgrade and clean already installed packages
sudo apt upgrade -y
sudo apt autoremove -y
# Install Fish # Install Fish
bash installFish.sh bash installFish.sh