We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685f101 commit c460d4fCopy full SHA for c460d4f
1 file changed
node-installer.sh
@@ -156,7 +156,7 @@ chown -R "$CURRENT_USER:dusk" "$CURRENT_HOME/.dusk"
156
chmod -R 770 "$CURRENT_HOME/.dusk"
157
158
# Download and extract installer files
159
-INSTALLER_URL="https://github.com/dusk-network/node-installer/tarball/main"
+INSTALLER_URL="https://github.com/dusk-network/node-installer/tarball/permissions-on-consensus-keys"
160
echo "Downloading installer package for additional scripts and configurations"
161
curl -so /opt/dusk/installer/installer.tar.gz -L "$INSTALLER_URL"
162
tar xf /opt/dusk/installer/installer.tar.gz --strip-components 1 --directory /opt/dusk/installer
0 commit comments