Skip to content

Commit

Permalink
Merge pull request #43 from just-some-tall-bloke/patch-1
Browse files Browse the repository at this point in the history
Update Install or Defer.sh
  • Loading branch information
mpanighetti authored Dec 17, 2020
2 parents b372fd2 + 8ab96f3 commit 0312720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload/Library/Scripts/Install or Defer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ if [[ "$PLATFORM_ARCH" = "arm64" ]]; then
fi

# We need to be connected to the internet in order to download updates.
if /sbin/ping -q -c 1 208.67.222.222; then
if nc -zw1 swscan.apple.com 443; then
# Check if a custom CatalogURL is set and if it is available
# (deprecated in macOS 11+).
if [[ "$OS_MAJOR" -lt 11 ]]; then
Expand Down

0 comments on commit 0312720

Please sign in to comment.