Updated install script

This commit is contained in:
Sam Hewitt 2015-03-11 02:00:22 -04:00
parent dc0bae2717
commit 6393dda748
1 changed files with 1 additions and 0 deletions

View File

@ -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