#/bin/bash ## Setup Alias for using whiptail as progress indicator for apt PKGM="debconf-apt-progress -- apt" #enable progresbar PKGI="${PKGM} install -y" #Setting single install var PKGA="debconf-apt-progress -- add-apt-repository"