#!/bin/bash ####################### ### Install packages echo echo " => Packages" echo pkglist="git htop tree rsync" apt-get install $pkglist -y