Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevadesu committed Jan 18, 2025
1 parent f9fcd75 commit c957923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down
4 changes: 2 additions & 2 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c957923

Please # to comment.