From ae03df83a13713b9dce43d4df380c35827f6f128 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 4 Jan 2020 15:04:24 -0500 Subject: [PATCH] remove snapp installer folder --- installers/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/common.sh b/installers/common.sh index d180b0e..738d563 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -115,6 +115,7 @@ function display_lokiaddress (){ function install_complete() { sudo rm -r $snapp_dir/installers || install_error "Unable to remove installers" + sudo rm -r /tmp/snapp || install_error "Unable to remove /tmp/snapp folder" install_log "Installation completed!" echo -n "Installation complete. Do you wish to launch your SNApp? [y/N]: "