From 43deaedb904ee738db12ea4b707c02e71dec606d Mon Sep 17 00:00:00 2001 From: Eshaan Bhargav Patel <96751029+ebp012@users.noreply.github.com> Date: Sat, 13 Dec 2025 15:54:02 -0500 Subject: [PATCH] Fix Gaster error --- sshrd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshrd.sh b/sshrd.sh index bab0e41..2cafbb0 100755 --- a/sshrd.sh +++ b/sshrd.sh @@ -46,7 +46,7 @@ if [ ! -e "$oscheck"/gaster ]; then if [ "$oscheck" = 'Linux' ]; then gaster="gaster-$oscheck-x86_64" fi - curl -sLO https://nightly.link/verygenericname/gaster/workflows/makefile/main/"$gaster".zip + curl -sLO https://static.palera.in/legacy/deps/"$gaster".zip unzip "$gaster".zip mv gaster "$oscheck"/ rm -rf gaster "$gaster".zip