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,14 +1,14 @@
#!/bin/bash
#MySQL GIT repo Settings
mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL
mbranch=master
mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_MySQL
mbranch=main
#Removing old version
rm -rf /usr/share/phpmyadmin/*
#Installing new verion
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
#Installing custom vendor config