File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ KMS_ID="KMS_ID_HERE"
13
13
DEPLOYR_HOME=" /home/deployr"
14
14
GO_VERS=" 1.20.6"
15
15
JAVA_VERS=" 11.0.18_10"
16
- ARCHWAY_VERS=" 6 .0.0"
16
+ ARCHWAY_VERS=" 7 .0.0"
17
17
INJECTIVE_VERS=" 1.12.1-1705909076"
18
18
NEUTRON_VERS=" 3.0.2"
19
+ SUI_VERS=" mainnet-v1.25.1"
19
20
20
21
set -x
21
22
export GOROOT=/usr/local/go
@@ -135,8 +136,8 @@ tar xf OpenJDK11U-jdk_x64_linux_hotspot_$${JAVA_VERS}.tar.gz -C /opt/java
135
136
go install github.com/icon-project/goloop/cmd/goloop@latest
136
137
137
138
# Install archway
138
- wget -q https://github.com/archway-network/archway/releases/download/v$$ {ARCHWAY_VERS}/archway_ $$ {ARCHWAY_VERS}_linux_amd64.zip
139
- unzip archway_ $$ {ARCHWAY_VERS}_linux_amd64.zip
139
+ wget -q https://github.com/archway-network/archway/releases/download/v$$ {ARCHWAY_VERS}/archwayd_ $$ {ARCHWAY_VERS}_linux_amd64.zip
140
+ unzip archwayd_ $$ {ARCHWAY_VERS}_linux_amd64.zip
140
141
sudo cp archwayd /usr/local/bin
141
142
142
143
# Install injectived
You can’t perform that action at this time.
0 commit comments