#!/bin/bash
first_install() {
echo 'Installing:'
sudo apt-get install net-tools nano htop tree zip unzip-y
}