diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index e2e444f..ab261e8 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc)" +source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/default.inc)" if type apt &>/dev/null; then ATYPE="apt"