diff --git a/downr1n.sh b/downr1n.sh index d9aa5e1..7f02f70 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -28,7 +28,7 @@ if [ ! -d "ramdisk/" ]; then git clone https://github.com/dualra1n/ramdisk.git fi -if [ ! -e "$oscheck"/futurerestore ]; then +if [ ! -e "$os"/futurerestore ]; then if [ "$os" = "Darwin" ]; then curl -sLo https://nightly.link/futurerestore/futurerestore/workflows/ci/main/futurerestore-macOS-RELEASE.zip unzip futurerestore-macOS-RELEASE.zip