Archived
1
0
This repository has been archived on 2023-11-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
linux/apt-Whiptail.sh

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"