Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ iDeviceをDFUモードにします

![test](Docs/terminal.png)

# Credits
# repo

@dora2-iOS
https://github.com/dora2-iOS/iPwnder32
Expand All @@ -46,6 +46,3 @@ https://github.com/dora2-iOS/ipwnder_lite
@tihmstar
https://github.com/tihmstar/futurerestore
https://github.com/tihmstar/tsschecker

@futurerestore
https://github.com/futurerestore/futurerestore
3 changes: 1 addition & 2 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ fi
if [ -f futurerestore_2 ]; then
echo "[OK]futurerestore_2"
else
curl -OL https://nightly.link/futurerestore/futurerestore/workflows/ci/main/futurerestore-macOS-RELEASE.zip
open -a futurerestore-macOS-RELEASE.zip
curl -OL https://dl.dropboxusercontent.com/s/pd0mwmh7q1d51iw/futurerestore
mv futurerestore futurerestore_2
chmod -R 766 futurerestore_2
fi
Expand Down