From 3d8599bcdfc85ea0e2fce300d092849ea0ac72dd Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sat, 10 Apr 2021 00:28:55 +0200 Subject: [PATCH] Improved echo output --- common/scripts/first_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }