From be50287f437cb0c2396f001142c8d2ca190ae4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=95=E3=81=95?= <91324887+sasa8810@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:04:25 +0900 Subject: [PATCH] fix --- downr1n.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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