Installation de wget lors du test de wget 🐛

This commit is contained in:
Mylloon 2022-03-31 00:21:27 +02:00
parent 0c32f60891
commit 0922830498
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ then
which git &> /dev/null || sudo apt install git -y # install git if not already installed
which curl &> /dev/null || sudo apt install apt-transport-https curl -y # install curl (along with apt-transport-https) if not already installed
which wget &> /dev/null || sudo apt install apt-transport-https curl -y # install wget if not already installed
which wget &> /dev/null || sudo apt install wget -y # install wget if not already installed
# == Upgrade and clean already installed packages ==
sudo apt full-upgrade -y

2
wsl.sh
View file

@ -6,7 +6,7 @@ then
which git &> /dev/null || sudo apt install git -y # install git if not already installed
which curl &> /dev/null || sudo apt install apt-transport-https curl -y # install curl (along with apt-transport-https) if not already installed
which wget &> /dev/null || sudo apt install apt-transport-https curl -y # install wget if not already installed
which wget &> /dev/null || sudo apt install wget -y # install wget if not already installed
# == Upgrade and clean already installed packages ==
sudo apt full-upgrade -y