From de63f1e62858ecfe03b1b2f23be2a8acc7065472 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 13 Sep 2019 18:49:21 -0400 Subject: [PATCH] Push content to staging for testing --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 85dc2e0..f416675 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -1,4 +1,4 @@ -UPDATE_URL="https://raw.githubusercontent.com/necro-nemesis/Lokiap-webgui/master/" +UPDATE_URL="https://raw.githubusercontent.com/necro-nemesis/Lokiap-webgui/staging/" wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/raspapcommon.sh source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh