new futurerestore without more udates

This commit is contained in:
edwin170 2024-09-10 09:03:25 -04:00
parent b49769b07f
commit f9e2cb3186
5 changed files with 0 additions and 39 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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