Skip to content

Commit

Permalink
Fix permissions on Wirtualjoy on install
Browse files Browse the repository at this point in the history
Previously, incorrect permissions would cause the userspace part
of the driver to ask for root password on first boot, which probably
scares people (rightly so)
  • Loading branch information
area committed Mar 5, 2015
1 parent cd1b8ad commit 1230d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ chown root /Library/LaunchAgents/com.area.gamecubeAdapter.plist
chgrp wheel /Library/LaunchAgents/com.area.gamecubeAdapter.plist

cp -r $DIR/wiiu-gc-adapter /Applications/
chown -R root:wheel /Applications/wiiu-gc-adapter/Frameworks/WirtualJoy.framework

cp -r "$DIR/WiiuGCCAdapter.kext" /Library/Extensions/
chown -R root:wheel /Library/Extensions/WiiuGCCAdapter.kext
Expand Down

0 comments on commit 1230d47

Please sign in to comment.