From 8b641e8b39adfc87a94466e2b0850d5cd9574ae5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 7 May 2022 17:00:54 -0500 Subject: [PATCH] Update 'install-linupx.sh' --- install-linupx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-linupx.sh b/install-linupx.sh index 720fd1a..881d546 100755 --- a/install-linupx.sh +++ b/install-linupx.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/branch/colorsinc)" +source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"