Improved echo output

This commit is contained in:
Sven Heidemann 2021-04-10 00:28:55 +02:00
parent 9692493d51
commit 3d8599bcdf

View File

@ -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
}