From 60a05493c86f1269d60761368f0559cc59e5f98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20Nu=C3=B1ez?= <122418602+edwin170@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:28:32 -0400 Subject: [PATCH] Update downr1n.sh --- downr1n.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/downr1n.sh b/downr1n.sh index 15121de..c59934a 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -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"/* # ============