Mise à jour de 'installGlobalScript.sh'
This commit is contained in:
parent
cff2488012
commit
d9deb97f36
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue