Browse Source

Add files via upload

MoeClub 2 years ago
parent
commit
931a99a342
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MacOS.sh

+ 0 - 1
MacOS.sh

@@ -1,6 +1,5 @@
 #!/bin/bash
 
-[ -f "/usr/bin/sudo" ] || exit 1;
 [ "$(sudo whoami)" == "root" ] || exit 1;
 
 sudo nvram -c >/dev/null 2>&1