fix again
This commit is contained in:
parent
be50287f43
commit
11a0c9c289
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ if [ ! -e "$os"/futurerestore ]; then
|
||||||
else if [ "$os" = "Linux" ]; then
|
else if [ "$os" = "Linux" ]; then
|
||||||
curl -sLo https://nightly.link/futurerestore/futurerestore/workflows/ci/main/futurerestore-Linux-x86_64-RELEASE.zip
|
curl -sLo https://nightly.link/futurerestore/futurerestore/workflows/ci/main/futurerestore-Linux-x86_64-RELEASE.zip
|
||||||
unzip futurerestore-Linux-x86_64-RELEASE.zip
|
unzip futurerestore-Linux-x86_64-RELEASE.zip
|
||||||
mv futurerestore "$os"/
|
mv futurerestore "$dir"/
|
||||||
rm -rf futurerestore-*
|
rm -rf futurerestore-*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue