diff --git a/README.md b/README.md index 0f2e86c..034f4fa 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ iDeviceをDFUモードにします ![test](Docs/terminal.png) -# Credits +# repo @dora2-iOS https://github.com/dora2-iOS/iPwnder32 @@ -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 diff --git a/main.sh b/main.sh index 9fd042a..5223afb 100644 --- a/main.sh +++ b/main.sh @@ -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