From 6393dda74851d8d4ff5a4bc78a2f73b936e906fc Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Wed, 11 Mar 2015 02:00:22 -0400 Subject: [PATCH] Updated install script --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 792a706..12ac709 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!" + echo "You will have to set your theme manually." end elif [ "$UID" -ne "$ROOT_UID" ]; then if [ -d $HOME/.local/share/themes/Paper ]; then