Skip to content

Commit

Permalink
Fix iOS install
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann authored and 0cyn committed Jan 13, 2024
1 parent ffb2297 commit 28cba47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dragon/shscripts/prerun_checks
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ $PLATFORM == Darwin ]]; then
fi
# iOS
else
if [[ -f /.procursus_strapped ]]; then
if [[ -f /.procursus_strapped || -f /var/jb/.procursus_strapped ]]; then
if ! [[ -x $(command -v sudo) ]]; then
prefix_print "Please install sudo before proceeding."
drexit 1
Expand Down

0 comments on commit 28cba47

Please sign in to comment.