From dc0bae27175dd992df4464148546dd1a91c2c565 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Wed, 11 Mar 2015 01:58:25 -0400 Subject: [PATCH] Updated install script --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e3990db..792a706 100755 --- a/install.sh +++ b/install.sh @@ -68,6 +68,7 @@ if [ "$UID" -eq "$ROOT_UID" ]; then cp -R ./Paper/ /usr/share/themes/ chmod -R 755 /usr/share/themes/Paper echo "Installation complete!" + end elif [ "$UID" -ne "$ROOT_UID" ]; then if [ -d $HOME/.local/share/themes/Paper ]; then echo