Cleaned up and merge other Linux snippit repo
Meged https://git.bprieshof.nl/brammp/linux into ./Linux
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
####
|
||||
preconf.sh
|
||||
####
|
||||
mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL
|
||||
mbranch=master
|
||||
mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_MySQL
|
||||
mbranch=main
|
||||
if [ -z ${password+x} ]; then echo 'Error $password is not set'; fi
|
||||
|
||||
debconf-set-selections <<< 'mysql-apt-config mysql-apt-config/repo-codename select bionic'
|
||||
@@ -45,8 +45,8 @@ conf.sh
|
||||
####
|
||||
|
||||
###Fetch Config
|
||||
mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL
|
||||
mbranch=master
|
||||
mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_MySQL
|
||||
mbranch=main
|
||||
if [ -z ${PHPMyadmin+x} ]; then echo 'Error $PHPMyadmin is not set'; fi #check if Var is set
|
||||
if [ -z ${phpmyadminver+x} ]; then echo 'Error $phpmyadminver is not set'; fi #check if Var is set
|
||||
|
||||
|
||||
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