5 lines
235 B
Bash
5 lines
235 B
Bash
#/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" |