From 271768ca8eef270f75a96002e1dec022f80b99c1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 8 Nov 2020 16:18:24 -0600 Subject: [PATCH] Update install-esxipower.sh --- install-esxipower.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-esxipower.sh b/install-esxipower.sh index 6919a95..786e197 100755 --- a/install-esxipower.sh +++ b/install-esxipower.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/master/colors.inc)" +source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/default.inc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"