From 460ae1379cce94c26e01329f985a36391c48f511 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 4 Jan 2020 11:43:02 -0500 Subject: [PATCH] do not remove temp file for log purposes --- installers/snapp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installers/snapp.sh b/installers/snapp.sh index c655515..2601793 100644 --- a/installers/snapp.sh +++ b/installers/snapp.sh @@ -1,6 +1,7 @@ UPDATE_URL="https://raw.githubusercontent.com/necro-nemesis/SNApp-Pi-Host/master/" wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/pihostcommon.sh -source /tmp/pihostcommon.sh && rm -f /tmp/pihostcommon.sh +source /tmp/pihostcommon.sh +#&& rm -f /tmp/pihostcommon.sh function update_system_packages() { install_log "Updating sources"