From 57cbbf526b30ce191558b1aa3c41de5271d471bf Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 4 Jan 2020 14:44:30 -0500 Subject: [PATCH] clean out installers --- installers/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/common.sh b/installers/common.sh index 4368bfc..a976869 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -95,6 +95,7 @@ function download_latest_files() { 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" + sudo rm -r $snapp_dir/installers } # Sets files ownership in SNapp directory