We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b43af commit bfe9aa5Copy full SHA for bfe9aa5
sources/blockchain/snippets/node-dusk.sh
@@ -19,9 +19,9 @@ apt install -y ufw \
19
&& ufw enable \
20
&& echo 'OK'
21
22
-apt install -y jq net-tools unzip \
23
- && curl -sL https://github.com/dusk-network/node-installer/releases/download/v0.5.1/node-installer.sh | bash \
24
- && echo 'OK'
+apt install -y jq net-tools unzip
+curl -sL https://github.com/dusk-network/node-installer/releases/download/v0.5.1/node-installer.sh | bash
+
25
26
rusk-wallet restore
27
0 commit comments