Skip to content

Commit

Permalink
Fix icons permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Dec 12, 2021
1 parent 95fb92f commit 98b5631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/script.hello
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ wget -c -q https://github.com/ful1e5/apple_cursor/releases/download/v1.0.6/macOS
tar xfv macOSBigSur.tar.gz
mv macOSBigSur "${uzip}/usr/local/share/icons/"
( cd "${uzip}/usr/local/share/icons/" ; ln -s macOSBigSur default )
chmod 755 "${uzip}/usr/local/share/icons/macOSBigSur"
rm macOSBigSur.tar.gz

# Icon
Expand Down

0 comments on commit 98b5631

Please sign in to comment.