Cleaned up and merge other Linux snippit repo
Meged https://git.bprieshof.nl/brammp/linux into ./Linux
This commit is contained in:
5
Linux/I-V2/apt-Whiptail.sh
Normal file
5
Linux/I-V2/apt-Whiptail.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#/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"
|
||||
Reference in New Issue
Block a user