Skip to content

Commit

Permalink
Fix commit 28b7ad9 "Install Genius to ~/Applications in recoveryOS"
Browse files Browse the repository at this point in the history
  • Loading branch information
F1248 committed Aug 23, 2024
1 parent 28b7ad9 commit e5b90d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -e /usr/bin/open ]; then
/usr/bin/open Genius.app
else
/bin/echo "
export PATH=\"$HOME/Genius.app/Contents/MacOS:\$PATH\"" >> ~/.bash_profile
export PATH=\"$(/bin/pwd)/Genius.app/Contents/MacOS:\$PATH\"" >> ~/.bash_profile
Genius.app/Contents/MacOS/Genius
fi

Expand Down

0 comments on commit e5b90d8

Please sign in to comment.