Skip to content

Commit

Permalink
Merge pull request #3670 from OriginTrail/fix/installer-testnet-branch
Browse files Browse the repository at this point in the history
Use correct testnet branch in installer
  • Loading branch information
Mihajlo-Pavlovic authored Jan 6, 2025
2 parents 5b00515 + 556b264 commit ce29ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ install_aliases() {

install_directory() {
ARCHIVE_REPOSITORY_URL="github.com/OriginTrail/ot-node/archive"
BRANCH="v8/release/testnet"
BRANCH="v6/release/testnet"
BRANCH_DIR="/root/ot-node-8-release-testnet"

perform_step wget https://$ARCHIVE_REPOSITORY_URL/$BRANCH.zip "Downloading node files"
Expand Down

0 comments on commit ce29ff2

Please sign in to comment.