File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
echo " DATA_VOLUME_SIZE=${_DATA_VOLUME_SIZE_} "
15
15
echo " NETWORK_ID=${_NETWORK_ID_} "
16
16
17
+ echo " HOME=/home/ubuntu"
17
18
} >> /etc/environment
18
19
19
20
source /etc/environment
@@ -63,14 +64,13 @@ echo "[LOG] install rust"
63
64
sudo curl https://sh.rustup.rs -sSf | sh -s -- -y
64
65
source $HOME /.cargo/env
65
66
66
- # 4. Download Sui Binaries
67
- # echo "[LOG] sui binaries"
68
- # cd $HOME
69
- # git clone https://github.com/MystenLabs/sui.git --branch testnet --single-branch
70
- # cd sui
71
- # # git remote add upstream https://github.com/MystenLabs/sui
72
- # # git fetch upstream
73
- # # git checkout -B testnet --track upstream/testnet
67
+ # 4. Download Sui repository
68
+ cd $HOME
69
+ git clone https://github.com/MystenLabs/sui.git --branch testnet --single-branch
70
+ cd sui
71
+ # git remote add upstream https://github.com/MystenLabs/sui
72
+ # git fetch upstream
73
+ # git checkout -B testnet --track upstream/testnet
74
74
75
75
# cargo build -p sui-node -p sui --release
76
76
# sudo mv ~/sui/target/release/sui-node /usr/local/bin/
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export class SuiSingleNodeStack extends cdk.Stack {
98
98
_NODE_CF_LOGICAL_ID_ : node . nodeCFLogicalId ,
99
99
_DATA_VOLUME_TYPE_ : dataVolume . type ,
100
100
_DATA_VOLUME_SIZE_ : dataVolumeSizeBytes . toString ( ) ,
101
- _NETWORK_ID : suiNetworkId ,
101
+ _NETWORK_ID_ : suiNetworkId ,
102
102
} ) ;
103
103
104
104
// /var/log/cloud-init.log and
You can’t perform that action at this time.
0 commit comments