Added echo outputs

This commit is contained in:
2021-04-10 00:26:46 +02:00
parent 7ec882d6f6
commit 4b52c5ce28
17 changed files with 17 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
first_install() {
echo 'Installing:'
echo 'Installing'
sudo apt-get install net-tools nano htop tree zip unzip -y
}