#!/bin/bash first_install() { echo 'Installing useful apps' apt install net-tools dnsutils nano htop iftop tree zip unzip curl wget git sudo sshpass -y }