diff --git a/Setup.sh b/Setup.sh index 979ebe0..de05528 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.3/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.4/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." } diff --git a/main.sh b/main.sh index 87ccb9d..754fc1d 100755 --- a/main.sh +++ b/main.sh @@ -136,11 +136,11 @@ $(git --version) host system kernel: $(uname -sr) learn more about this release at: -https://github.com/Icycoide/Gir/releases/tag/v0.2.3" +https://github.com/Icycoide/Gir/releases/tag/v0.2.4" } function gir.variables() { - GIR_VERSION=testing + GIR_VERSION=0.2.4 } gir.variables