Skip to content

Commit bfe9aa5

Browse files
authored
tweak: node-dusk
1 parent 06b43af commit bfe9aa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/blockchain/snippets/node-dusk.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ apt install -y ufw \
1919
&& ufw enable \
2020
&& echo 'OK'
2121

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'
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+
2525

2626
rusk-wallet restore
2727

0 commit comments

Comments
 (0)