mirror of
https://github.com/Adapta-Projects/Papirus-Nord.git
synced 2026-09-10 07:26:26 -04:00
Merge pull request #1 from caleb/patch-1
Fix syntax error in Install.sh for non-root users
This commit is contained in:
commit
8b05a9dbc3
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue