From f678e17802da49b38fe1a0a9bf5c431d3313a41b Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 9 Mar 2019 07:36:56 -0500 Subject: [PATCH] Installer redirect necro-nemesis repo --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 01de6c1..78a0fc2 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -1,4 +1,4 @@ -UPDATE_URL="https://raw.githubusercontent.com/billz/raspap-webgui/master/" +UPDATE_URL="https://raw.githubusercontent.com/necro-nemesis/raspap-webgui/master/" wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/raspapcommon.sh source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh