diff --git a/common/scripts/first_install.sh b/common/scripts/first_install.sh index e4ffb07..49b31ed 100644 --- a/common/scripts/first_install.sh +++ b/common/scripts/first_install.sh @@ -1,7 +1,7 @@ #!/bin/bash first_install() { - echo 'Installing' + echo 'Installing useful apps' sudo apt-get install net-tools nano htop tree zip unzip -y }