From c0c4cdbbe962a2d9a6d10176d73fd692db5cc981 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:30:50 +0800 Subject: [PATCH] add --skip-ibss to arg check forgot to add it. pretty sure barely anyone will use it anyway but still --- restore.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/restore.sh b/restore.sh index 9b7a2fb..20a5719 100755 --- a/restore.sh +++ b/restore.sh @@ -6449,6 +6449,7 @@ for i in "$@"; do "--disable-usbmuxd" ) device_disable_usbmuxd=1;; "--activation-records" ) device_actrec=1;; "--ipsw-hacktivate" ) ipsw_hacktivate=1;; + "--skip-ibss" ) device_skipibss=1;; esac done