Update Install.sh

This commit is contained in:
Caleb Land 2020-03-21 16:30:01 -04:00 committed by GitHub
parent 53ce38f07a
commit fb3a990ee5
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!"