diff --git a/.github/workflows/linux-bootstrap.sh b/.github/workflows/linux-bootstrap.sh index 04aa3881..7fb12888 100755 --- a/.github/workflows/linux-bootstrap.sh +++ b/.github/workflows/linux-bootstrap.sh @@ -19,7 +19,6 @@ curl -sO https://apt.llvm.org/llvm.sh chmod +x llvm.sh ./llvm.sh 13 all ln -sf /usr/bin/ld.lld-13 /usr/bin/ld -#curl -sO https://cdn.cryptiiiic.com/bootstrap/Builder_Linux.tar.zst & curl -sO https://cdn.cryptiiiic.com/bootstrap/linux_fix.tar.zst & curl -sO https://cdn.cryptiiiic.com/deps/static/Linux/x86_64/Linux_x86_64_Release_Latest.tar.zst & curl -sO https://cdn.cryptiiiic.com/deps/static/Linux/x86_64/Linux_x86_64_Debug_Latest.tar.zst & @@ -32,7 +31,6 @@ tar xf Linux_x86_64_Debug_Latest.tar.zst -C ${DEP_ROOT}/Linux_x86_64_Debug & tar xf linux_fix.tar.zst -C ${TMPDIR}/Builder & tar xf cmake-3.23.2-linux-x86_64.tar.gz cp -RpP cmake-3.23.2-linux-x86_64/* /usr/local/ || true -#tar xf Builder_Linux.tar.zst & wait rm -rf "*.zst" cd ${WORKFLOW_ROOT} diff --git a/.github/workflows/mac-bootstrap.sh b/.github/workflows/mac-bootstrap.sh index 5bb11d6c..def9f93b 100755 --- a/.github/workflows/mac-bootstrap.sh +++ b/.github/workflows/mac-bootstrap.sh @@ -7,7 +7,6 @@ export BASE=/Users/runner/work/futurerestore/futurerestore/ cd ${WORKFLOW_ROOT} curl -sO https://cdn.cryptiiiic.com/bootstrap/bootstrap_x86_64.tar.zst & -# curl -sO https://cdn.cryptiiiic.com/bootstrap/Builder_macOS.tar.zst & curl -sO https://cdn.cryptiiiic.com/deps/static/macOS/x86_64/macOS_x86_64_Release_Latest.tar.zst & curl -sO https://cdn.cryptiiiic.com/deps/static/macOS/arm64/macOS_arm64_Release_Latest.tar.zst & curl -sO https://cdn.cryptiiiic.com/deps/static/macOS/x86_64/macOS_x86_64_Debug_Latest.tar.zst & @@ -26,10 +25,6 @@ gtar xf macOS_x86_64_Debug_Latest.tar.zst -C ${DEP_ROOT}/macOS_x86_64_Debug & gtar xf macOS_arm64_Release_Latest.tar.zst -C ${DEP_ROOT}/macOS_arm64_Release & gtar xf macOS_arm64_Debug_Latest.tar.zst -C ${DEP_ROOT}/macOS_arm64_Debug & wait -# gtar xf ${BASE}/Builder_macOS.tar.zst & -sudo ${PROCURSUS}/bin/apt-get update -qq -sudo ${PROCURSUS}/bin/apt-get dist-upgrade -yqq -sudo ${PROCURSUS}/bin/apt-get install llvm-utils -yqq sudo mv /usr/local/bin{,1} cd ${BASE} git submodule update --init --recursive diff --git a/README.md b/README.md index 33a7f955..922b11d8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # futurerestore -[![CI Building](https://img.shields.io/github/workflow/status/futurerestore/futurerestore/CI)](https://github.com/futurerestore/futurerestore/actions?workflow=CI) +[![CI Building](https://img.shields.io/github/workflow/status/futurerestore/futurerestore/CI/main)](https://github.com/futurerestore/futurerestore/actions) __Make sure to read this page before continuing.__ Latest **stable** compiled version can be found [here](https://github.com/futurerestore/futurerestore/releases). -For devices that support iOS 15, and WiFi-only iPad restores - use the latest beta build for your platform [here](https://nightly.link/m1stadev/futurerestore/workflows/ci/test). +For devices that support iOS 15, and WiFi-only iPad restores - use the latest beta build for your platform [here](https://nightly.link/futurerestore/futurerestore/workflows/ci/main). **There are currently no pre-compiled beta builds for Windows.**