Update downr1n.sh
This commit is contained in:
parent
e968b5d736
commit
60a05493c8
1 changed files with 7 additions and 0 deletions
|
|
@ -507,6 +507,13 @@ else
|
||||||
mkdir work
|
mkdir work
|
||||||
fi
|
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"/*
|
chmod +x "$dir"/*
|
||||||
|
|
||||||
# ============
|
# ============
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue