From 33d55dc9fdc905a9feab9b056b9ad04bd7596681 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 13:41:59 -0600 Subject: [PATCH] Update install-mysqlbu.sh --- install-mysqlbu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"