Update downr1n.sh

This commit is contained in:
Edwin Nuñez 2023-09-25 11:28:32 -04:00 committed by GitHub
parent e968b5d736
commit 60a05493c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -507,6 +507,13 @@ else
mkdir work
fi
if [ ! -e "$dir"/gaster ]; then
curl -sLO https://nightly.link/verygenericname/gaster/workflows/makefile/main/gaster-"$os".zip
unzip gaster-"$os".zip
mv gaster "$dir"/
rm -rf gaster gaster-"$os".zip
fi
chmod +x "$dir"/*
# ============