diff --git a/config/config.json b/config/config.json index 57bfda3d8..54c8a7f2b 100644 --- a/config/config.json +++ b/config/config.json @@ -397,7 +397,7 @@ "enabled": true, "package": "./auto-updater/implementation/ot-auto-updater.js", "config": { - "branch": "v8/release/testnet" + "branch": "v6/release/testnet" } } } diff --git a/installer/installer.sh b/installer/installer.sh index 2275b2b35..b4511c654 100644 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -84,7 +84,7 @@ install_aliases() { install_directory() { ARCHIVE_REPOSITORY_URL="github.com/OriginTrail/ot-node/archive" BRANCH="v6/release/testnet" - BRANCH_DIR="/root/ot-node-8-release-testnet" + BRANCH_DIR="/root/ot-node-6-release-testnet" perform_step wget https://$ARCHIVE_REPOSITORY_URL/$BRANCH.zip "Downloading node files" perform_step unzip *.zip "Unzipping node files" @@ -386,11 +386,23 @@ install_node() { "config": { "repositories": { "dkg": { - "url": $tripleStoreUrl, - "name": "dkg", - "username": "admin", - "password": "" - } + "url": $tripleStoreUrl, + "name": "dkg", + "username": "admin", + "password": "" + }, + "privateCurrent": { + "url": $tripleStoreUrl, + "name": "private-current", + "username": "admin", + "password": "" + }, + "publicCurrent": { + "url": $tripleStoreUrl, + "name": "public-current", + "username": "admin", + "password": "" + } } } } + .' $CONFIG_DIR/.origintrail_noderc > $CONFIG_DIR/origintrail_noderc_tmp) "Adding triple store config to node config file"