do not remove temp file for log purposes

pull/2/head
necro-nemesis 5 years ago
parent 7faee26de2
commit 460ae1379c

@ -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"

Loading…
Cancel
Save