From b043733021d8b1e12af5a00c69ad9132181af1a2 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 14 Sep 2019 23:44:41 -0400 Subject: [PATCH] fix typo --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index e11b545..85dc2e0 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -1,4 +1,4 @@ -UPDATE_URL="https:/https://raw.githubusercontent.com/necro-nemesis/Lokiap-webgui/master/" +UPDATE_URL="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