From 795eb1faddb08fa3d4c27296d7f32f72cc9b1c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brotmetchaes=20=C2=B7=20kevadesu?= <76264518+kevadesu@users.noreply.github.com> Date: Sat, 18 Jan 2025 05:07:40 +0100 Subject: [PATCH] Update Setup.sh --- Setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.sh b/Setup.sh index b5316fd..9d5ebde 100755 --- a/Setup.sh +++ b/Setup.sh @@ -103,7 +103,7 @@ Other: Input any path" echo "Ok!" ;; esac - sudo wget -O $INSTALL_PATH/gir https://github.com/Icycoide/Gir/releases/download/v0.2.1/main.sh || echo "FAIL | Either failed download or invalid path or sudo does not exist." + sudo wget -O $INSTALL_PATH/gir https://github.com/Icycoide/Gir/releases/download/v0.2.2/main.sh || echo "FAIL | Either failed download or invalid path or sudo does not exist." sudo chmod +x $INSTALL_PATH/gir || echo "FAIL | Either insufficient permissions or file does not exist or sudo does not exist." }