Installation de wget lors du test de wget 🐛
This commit is contained in:
parent
0c32f60891
commit
0922830498
2 changed files with 2 additions and 2 deletions
|
@ -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
2
wsl.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue