Skip to content

Commit 95d9b86

Browse files
committed
an update on some messages
1 parent f94a55b commit 95d9b86

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

restore.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8488,7 +8488,7 @@ menu_datamanage() {
84888488
print "* For more info about Data Management options, go here: https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/Data-Management"
84898489
if [[ -z $sshfs ]]; then
84908490
warn "sshfs not installed. Mount Device options are not available. Install sshfs from your package manager to fix this"
8491-
[[ $platform == "macos" ]] && print "* On macOS, install fuse-t-sshfs"
8491+
[[ $platform == "macos" ]] && print "* On macOS, install fuse-t-sshfs. See the wiki page linked above for more details"
84928492
else
84938493
menu_items+=("Mount Device" "Mount Device (Raw File System)" "Cydia App Install")
84948494
fi
@@ -10389,7 +10389,7 @@ menu_flags() {
1038910389
fi
1039010390
fi
1039110391
case $device_type in
10392-
iPhone3,[13] | iPad1,1 | iPod3,1 ) menu_items+=("Enable skip-first flag");;
10392+
iPhone3,[13] | iPad1,1 | iPod[34],1 ) menu_items+=("Enable skip-first flag");;
1039310393
esac
1039410394
menu_items+=("Enable no-finder flag" "Go Back")
1039510395
menu_print_info
@@ -11038,8 +11038,8 @@ device_dump() {
1103811038
fi
1103911039
fi
1104011040
if [[ ! -e $dump ]]; then
11041-
error "Failed to dump $arg from device. Please run the script again" \
11042-
"* Make sure to have OpenSSH installed."
11041+
error "Failed to dump $arg from device. Make sure to have OpenSSH installed." \
11042+
"* If your device is not activated, you can also use --disable-actrec flag to skip this."
1104311043
fi
1104411044
log "Dumping $arg done: $dump"
1104511045
}

0 commit comments

Comments
 (0)