From d6ad1b9560e4cdf933f5b9d998b0393c656ae92e Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 28 Feb 2021 13:33:57 -0500 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 ecd825a..f7600fe 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -104,7 +104,7 @@ function download_latest_files() { fi install_log "Cloning latest files from github" - git clone --depth 1 https://github.com/necro-nemesis/SNapp-Pi-Host $snapp_dir || install_error "Unable to download files from github" + git clone --depth 1 https://github.com/necro-nemesis/Daedalus-SNAppCrafter $snapp_dir || install_error "Unable to download files from github" #handle changes to resolvconf giving nameserver 127.3.2.1 priority. sudo systemctl stop resolvconf