Added even more snippits

This commit is contained in:
2023-05-21 17:36:53 +02:00
parent 4f7b8491d8
commit d76edd80bf
4 changed files with 184 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
#ModuleInstaller
phpmyadminver=4.9.0.1
OUTPUT='/dev/tty'
PKGM="apt"
PKGI="${PKGM} install -y"
PHPMyadmin=1
export DEBIAN_FRONTEND=noninteractive
#Remove this when pushing to git
password=MyVerynicePa$$word1234
$PKGI gnupg curl
source preconf.sh
echo mysql-server >>/tmp/apt.list ##ForNow
cat /tmp/apt.list | xargs $PKGI
source conf.sh