diff --git a/binaries/Darwin/Kernel64Patcher b/binaries/Darwin/Kernel64Patcher index 1e9a14d..99411ff 100755 Binary files a/binaries/Darwin/Kernel64Patcher and b/binaries/Darwin/Kernel64Patcher differ diff --git a/binaries/Darwin/futurerestore b/binaries/Darwin/futurerestore new file mode 100644 index 0000000..adfa68e Binary files /dev/null and b/binaries/Darwin/futurerestore differ diff --git a/binaries/Linux/Kernel64Patcher b/binaries/Linux/Kernel64Patcher index 7bf121c..badb70d 100755 Binary files a/binaries/Linux/Kernel64Patcher and b/binaries/Linux/Kernel64Patcher differ diff --git a/binaries/Linux/futurerestore b/binaries/Linux/futurerestore new file mode 100644 index 0000000..aba11e6 Binary files /dev/null and b/binaries/Linux/futurerestore differ diff --git a/downr1n.sh b/downr1n.sh index 273de6c..968e48a 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -591,45 +591,6 @@ check_and_install_package "pylzss" "0.3.4" # Check and install pyliblzfse check_and_install_package "pyliblzfse" - -# Check if futurerestore exists -if [ ! -e "$dir"/futurerestore ]; then - printg "[*] Downloading futurerestore please wait..." # futurerestore downloader by sasa :) - if [ "$os" = "Darwin" ]; then - # Retrieving the latest build : https://github.com/futurerestore/futurerestore/actions - # Last update : 2024-09-08 (https://nightly.link/futurerestore/futurerestore/actions/runs/10756811250) - - # Temporary solution: please specify a version compatible with downra1n fuurerestore commands. - curl -sLo futurerestore-macOS-RELEASE.zip https://nightly.link/futurerestore/futurerestore/actions/runs/10756811250/futurerestore-macOS-RELEASE.zip - unzip futurerestore-macOS-RELEASE.zip - tar Jxfv futurerestore-*.xz - - # Expired link / artifact (Mac OS) - # curl -sLo futurerestore-macOS-RELEASE.zip https://nightly.link/futurerestore/futurerestore/workflows/ci/main/futurerestore-macOS-RELEASE.zip - # unzip futurerestore-macOS-RELEASE.zip - # tar Jxfv futurerestore-*.xz - - else - # Retrieving the latest build : https://github.com/futurerestore/futurerestore/actions - # Last update : 2024-09-08 (https://nightly.link/futurerestore/futurerestore/actions/runs/10756811250) - - # Temporary solution: please specify a version compatible with downra1n fuurerestore commands. - curl -sLo futurerestore-Linux-x86_64-RELEASE.zip https://nightly.link/futurerestore/futurerestore/actions/runs/10756811250/futurerestore-Linux-x86_64-RELEASE.zip - unzip futurerestore-Linux-x86_64-RELEASE.zip - tar Jxfv futurerestore-*.xz - - # Expired link / artifact (Linux) - # curl -sLo futurerestore-Linux-x86_64-RELEASE.zip https://nightly.link/futurerestore/futurerestore/workflows/ci/main/futurerestore-Linux-x86_64-RELEASE.zip - # unzip futurerestore-Linux-x86_64-RELEASE.zip - # tar Jxfv futurerestore-*.xz - fi - mv futurerestore "$dir"/ - rm -rf futurerestore-* -fi - - - -# Update submodules # Update submodules if [ -d ".git/" ]; then git submodule update --init --recursive