new futurerestore without more udates
This commit is contained in:
parent
b49769b07f
commit
f9e2cb3186
5 changed files with 0 additions and 39 deletions
Binary file not shown.
BIN
binaries/Darwin/futurerestore
Normal file
BIN
binaries/Darwin/futurerestore
Normal file
Binary file not shown.
Binary file not shown.
BIN
binaries/Linux/futurerestore
Normal file
BIN
binaries/Linux/futurerestore
Normal file
Binary file not shown.
39
downr1n.sh
39
downr1n.sh
|
|
@ -591,45 +591,6 @@ check_and_install_package "pylzss" "0.3.4"
|
||||||
# Check and install pyliblzfse
|
# Check and install pyliblzfse
|
||||||
check_and_install_package "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
|
# Update submodules
|
||||||
if [ -d ".git/" ]; then
|
if [ -d ".git/" ]; then
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue