Skip to content

Commit 26fffdf

Browse files
committed
fix issue on macos on extracting sundanceresources
1 parent 060796a commit 26fffdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4567,7 +4567,7 @@ ipsw_prepare_ios6touch3() {
45674567

45684568
log "Preparing resources"
45694569
if [[ $platform == "macos" ]]; then
4570-
base64 --decode $kc | tar -xvf -
4570+
cat $kc | base64 --decode | tar -xvf -
45714571
else
45724572
base64 --decode $kc | xz -d | tar -xvf -
45734573
fi

0 commit comments

Comments
 (0)