From 556b2646edf12d2752572191aafdd6c205823501 Mon Sep 17 00:00:00 2001 From: Mihajlo Pavlovic Date: Mon, 6 Jan 2025 10:40:22 +0100 Subject: [PATCH] Use correct testnet branch --- installer/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index c6f848ff9..2275b2b35 100644 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -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"