We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049ae6d commit 8b91332Copy full SHA for 8b91332
1 file changed
node-installer.sh
@@ -165,7 +165,7 @@ chown -R "$CURRENT_USER:dusk" "$CURRENT_HOME/.dusk"
165
chmod -R 770 "$CURRENT_HOME/.dusk"
166
167
# Download and extract installer files
168
-INSTALLER_URL="https://github.com/dusk-network/node-installer/archive/refs/tags/v0.5.19.tar.gz"
+INSTALLER_URL="https://github.com/dusk-network/node-installer/tarball/main"
169
echo "Downloading installer package for additional scripts and configurations"
170
curl -so /opt/dusk/installer/installer.tar.gz -L "$INSTALLER_URL"
171
tar xf /opt/dusk/installer/installer.tar.gz --strip-components 1 --directory /opt/dusk/installer
0 commit comments