Improved apps

This commit is contained in:
2021-04-14 15:46:14 +02:00
parent 8aeaeffb27
commit 4c60090c7b
4 changed files with 11 additions and 8 deletions

View File

@@ -3,5 +3,5 @@
first_install() {
echo 'Installing useful apps'
sudo apt-get install net-tools nano htop tree zip unzip -y
sudo apt-get install net-tools nano htop tree zip unzip curl wget -y
}