diff --git a/installers/raspbian.sh b/installers/raspbian.sh index f416675..85dc2e0 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -1,4 +1,4 @@ -UPDATE_URL="https://raw.githubusercontent.com/necro-nemesis/Lokiap-webgui/staging/" +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