3 lines
160 B
Bash
3 lines
160 B
Bash
PKGM="debconf-apt-progress -- apt" #enable progresbar
|
|
PKGI="${PKGM} install -y" #Setting single install var
|
|
PKGA="debconf-apt-progress -- add-apt-repository" |