File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 116
116
17. Update ` canow-chain` client on your machine to the same version as ` testnet` network has been updated to:
117
117
118
118
` ` ` bash
119
- rm -rf ~ / canow-chain-dir
119
+ sudo rm -rf /tmp/ canow-chain-release
120
120
121
- mkdir ~ / canow-chain-dir
121
+ sudo mkdir /tmp/ canow-chain-release
122
122
123
- cd ~ / canow-chain-dir
123
+ cd /tmp/ canow-chain-release
124
124
125
- curl -L -o canow-chain.tar.gz https://github.com/canow-co/canow-chain/releases/download/v0.3.0/canow-chain-v0.3.0-linux.tar.gz
125
+ sudo curl -L -o canow-chain.tar.gz https://github.com/canow-co/canow-chain/releases/download/v0.3.0/canow-chain-v0.3.0-linux.tar.gz
126
126
127
- tar -xzvf canow-chain.tar.gz
127
+ sudo tar -xzvf canow-chain.tar.gz --no-same-owner
128
128
129
- chmod +x canow-chain
129
+ sudo chmod +x canow-chain
130
130
131
131
sudo cp canow-chain /usr/local/bin/
132
+
133
+ cd ~
134
+
135
+ sudo rm -rf /tmp/canow-chain-release
132
136
` ` `
133
137
134
138
18. Ensure that ` canow-chain` client on your machine has now the version ` v0.3.0` :
You can’t perform that action at this time.
0 commit comments