From 9bf6ca3a01db160c9d34aae41b0f017e3c5134b1 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 14 Sep 2019 22:58:32 -0400 Subject: [PATCH] Update raspbian.sh --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 85dc2e0..e11b545 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:/https://raw.githubusercontent.com/necro-nemesis/Lokiap-webgui/master/" wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/raspapcommon.sh source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh