Merge pull request #1 from caleb/patch-1

Fix syntax error in Install.sh for non-root users
This commit is contained in:
José Henrique 2020-03-24 20:35:49 -03:00 committed by GitHub
commit 8b05a9dbc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ then
exit 0
else
echo "Papirus icon already installed!"
LOCAL = "/home/$USER/.icons/Papirus"
LOCAL="/home/$USER/.icons/Papirus"
fi
else
if [ ! -d $LOCAL ]
@ -44,4 +44,4 @@ cp $PREFIX/48x48/* $LOCAL/48x48/places
cp $PREFIX/32x32/* $LOCAL/32x32/places
cp $PREFIX/24x24/* $LOCAL/24x24/places
cp $PREFIX/22x22/* $LOCAL/22x22/places
echo "Icons installed!"
echo "Icons installed!"