Added server script

This commit is contained in:
2021-03-17 16:38:17 +01:00
parent a6cf40c279
commit 4d9b42ce48
3 changed files with 52 additions and 1 deletions

View File

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