Update references to new git location

This commit is contained in:
2023-07-02 20:21:31 +02:00
parent d55a703e57
commit 35415d20c8
5 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
###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 ${password+x} ]; then echo 'Error $password is not set' > $OUTPUT 2>&1 ; fi
if [ -z ${PHPMyadmin+x} ]; then echo 'Error $PHPMyadmin is not set, Setting default OFF' > $OUTPUT 2>&1 && PHPMyadmin=0;fi #check if Var is set
@@ -31,7 +31,7 @@ if [ $PHPMyadmin = 1 ]; then
mkdir -p /etc/phpmyadmin
mkdir -p /var/log/PhpMyAdmin
mkdir -p /var/lib/phpmyadmin/tmp/
curl --retry 7 --retry-delay 5 -s http://mirror.nxdi.nl/resources/phpmyadmin/phpMyAdmin-latest-english.tar.gz -o /tmp/phpmya.tar.gz
curl --retry 7 --retry-delay 5 -s https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-english.tar.gz -o /tmp/phpmya.tar.gz
tar -C /usr/share/phpmyadmin -xzf /tmp/phpmya.tar.gz --strip 1