Skip to content

Commit

Permalink
Update MacInitial.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeClub authored Feb 20, 2021
1 parent e0bbba0 commit 7c8ffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacInitial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi


# Check SIP
[ -f "/usr/bin/sudo" ] && [ "$(csrutil status |cut -d':' -f2 |grep -io 'enable\|disable')" != "disable" ] && echo "Please disable SIP. (csrutil disable)" && exit 1
[ -f "/usr/bin/sudo" ] && [ "$(csrutil status |cut -d':' -f2 |grep -io 'enable\|disable')" != "disable" ] && echo "Please disable SIP. (command + r; csrutil disable)" && exit 1

# Mount
if [ -f "/usr/bin/sudo" ]; then
Expand Down

0 comments on commit 7c8ffde

Please sign in to comment.