Skip to content

Commit

Permalink
Update to release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Feb 14, 2025
1 parent 69632e8 commit 2e1bb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ruskquery
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
API_ENDPOINT="${API_ENDPOINT:-http://127.0.0.1:8080}"
RUSK_VERSION="1.0.0"
CONTENT_TYPE="application/json"
INSTALLER_VERSION="v0.5.3"
INSTALLER_VERSION="v0.5.4"

show_help() {
echo "Dusk Query Tool"
Expand Down
2 changes: 1 addition & 1 deletion node-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ mkdir -p $CURRENT_HOME/.dusk/rusk-wallet
chown -R "$CURRENT_USER:dusk" "$CURRENT_HOME/.dusk"
chmod -R 770 "$CURRENT_HOME/.dusk"

INSTALLER_URL="https://github.com/dusk-network/node-installer/tarball/main"
INSTALLER_URL="https://github.com/dusk-network/node-installer/archive/refs/tags/v0.5.4.tar.gz""
echo "Downloading installer package for additional scripts and configurations"
curl -so /opt/dusk/installer/installer.tar.gz -L "$INSTALLER_URL"
Expand Down

0 comments on commit 2e1bb51

Please # to comment.