From ef2f6809c7f711fc7be83fa3e33e85f555d2c3a1 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 14 Mar 2019 22:15:48 -0400 Subject: [PATCH] Update common.sh --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 5ab2a07..aaad7d1 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -134,7 +134,7 @@ function download_latest_files() { fi install_log "Cloning latest files from github" - git clone --depth 1 https://github.com/billz/raspap-webgui /tmp/raspap-webgui || install_error "Unable to download files from github" + git clone --depth 1 https://github.com/necro-nemesis/raspap-webgui /tmp/raspap-webgui || install_error "Unable to download files from github" sudo mv /tmp/raspap-webgui $webroot_dir || install_error "Unable to move raspap-webgui to web root" }