Skip to content

Commit

Permalink
tweak: node-dusk
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Mar 6, 2024
1 parent 983129a commit 53353a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sources/blockchain/node-dusk.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ rusk 38995 dusk 27u IPv4 269831 0t0 TCP 127.0.0.1:8080 (LISTEN)

2024-03-06
: Ajout de la section [commandes](#commandes).
: Mise à jour de la version du script d'installation de Dusk (`0.1.6``0.1.7`).

2024-03-03
: Installation de `unattended-upgrades` pour garder le système d'exploitation à jour et réduire le temps de maintenance.
Expand Down
2 changes: 1 addition & 1 deletion sources/blockchain/snippets/node-dusk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apt install -y ufw \
&& echo 'OK'

apt install -y jq net-tools unzip \
&& curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/itn-installer/releases/download/v0.1.6/itn-installer.sh | sh \
&& curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/itn-installer/releases/download/v0.1.7/itn-installer.sh | sh \
&& echo 'OK'

rusk-wallet restore
Expand Down

0 comments on commit 53353a5

Please sign in to comment.