diff --git a/downr1n.sh b/downr1n.sh index 83ad8a9..50ebb7c 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -420,6 +420,7 @@ if [ ! -e "$oscheck"/futurerestore ]; then 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 fi + xz -dc futurerestore-*.xz | tar xfv - mv futurerestore "$dir"/ fi