aboutsummaryrefslogtreecommitdiff
path: root/arc-theme-upgrade
diff options
context:
space:
mode:
authorLeandro Heck2015-11-05 22:55:51 -0200
committerLeandro Heck2015-11-05 22:55:51 -0200
commited48197c11ea1f5d759f39e70c313d9999726241 (patch)
treedd4f0b6c2a63717585b77d1c5a23b5a02d405e2b /arc-theme-upgrade
parent05be1c125f4660fc5a1b3ee564895a593fbed28d (diff)
downloadsolarc-theme-ed48197c11ea1f5d759f39e70c313d9999726241.tar.gz
solarc-theme-ed48197c11ea1f5d759f39e70c313d9999726241.tar.xz
solarc-theme-ed48197c11ea1f5d759f39e70c313d9999726241.zip
Increased vervosity
Diffstat (limited to 'arc-theme-upgrade')
-rwxr-xr-xarc-theme-upgrade5
1 files changed, 4 insertions, 1 deletions
diff --git a/arc-theme-upgrade b/arc-theme-upgrade
index 1bf2d8c..3571bb5 100755
--- a/arc-theme-upgrade
+++ b/arc-theme-upgrade
@@ -8,6 +8,9 @@ theme_name=Arc-theme
# Theme name
download_url=https://github.com/horst3180/$theme_name/archive/master.tar.gz
+# for test purporses only (the repo needs to have this script)
+# download_url=https://github.com/leoheck/$theme_name/archive/master.tar.gz
+
# Tempdir
tempdir=/tmp/$theme_name
@@ -113,7 +116,7 @@ install_theme() {
fi
# Remove the sources
- # rm -rf $tempdir
+ rm -rf $tempdir
echo
echo "Installation complete."