From 588afc932d209cb326424311ad3f198ef765ffe1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 13:42:18 -0600 Subject: [PATCH] Update linupx-install.sh --- linupx-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-install.sh b/linupx-install.sh index 6a7894d..7ff2aea 100755 --- a/linupx-install.sh +++ b/linupx-install.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"