sh_linux_installation_scripts/common/scripts/first_install.sh

8 lines
114 B
Bash
Raw Normal View History

2021-03-07 17:40:20 +01:00
#!/bin/bash
first_install() {
echo 'Installing:'
sudo apt-get install net-tools htop tree zip unzip-y
}