Updated install script
This commit is contained in:
@@ -68,6 +68,7 @@ if [ "$UID" -eq "$ROOT_UID" ]; then
|
|||||||
cp -R ./Paper/ /usr/share/themes/
|
cp -R ./Paper/ /usr/share/themes/
|
||||||
chmod -R 755 /usr/share/themes/Paper
|
chmod -R 755 /usr/share/themes/Paper
|
||||||
echo "Installation complete!"
|
echo "Installation complete!"
|
||||||
|
echo "You will have to set your theme manually."
|
||||||
end
|
end
|
||||||
elif [ "$UID" -ne "$ROOT_UID" ]; then
|
elif [ "$UID" -ne "$ROOT_UID" ]; then
|
||||||
if [ -d $HOME/.local/share/themes/Paper ]; then
|
if [ -d $HOME/.local/share/themes/Paper ]; then
|
||||||
|
Reference in New Issue
Block a user