aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packageinstall.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/packageinstall.sh b/packageinstall.sh
index 88876ac..c9689a6 100644
--- a/packageinstall.sh
+++ b/packageinstall.sh
@@ -18,9 +18,6 @@ else
CACHEFILE="$(basename "${URL}")"
DIRNAME="$(tar -tf "${CACHEFILE}" | sed -e 's@/.*@@' | uniq)"
- echo $NAME
- exit 1
-
# Remove existing if exists
rm -rf "${DIRNAME}"