dusk-network / node-installer

Easy to use tool to install a Dusk node with extra utilities
Mozilla Public License 2.0
21 stars 17 forks source link

Add Rusk wallet binary #93

Closed HDauven closed 2 weeks ago

HDauven commented 2 weeks ago

Resolves #92

Take note of line 163 and line 181 in the script. The Rusk wallet binary is now part of the installer with this change, and thus part of the unpacking taking place on line 160.

On line 163 we move the binaries (which includes the Rusk wallet now) to /opt/dusk/bin. This makes all of the remote downloading file handling obsolete, and allows us to symlink the Rusk wallet binary on line 181 without problems.