Skip to content

Commit 8b91332

Browse files
committed
Change installer url back to main
1 parent 049ae6d commit 8b91332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ chown -R "$CURRENT_USER:dusk" "$CURRENT_HOME/.dusk"
165165
chmod -R 770 "$CURRENT_HOME/.dusk"
166166

167167
# Download and extract installer files
168-
INSTALLER_URL="https://github.com/dusk-network/node-installer/archive/refs/tags/v0.5.19.tar.gz"
168+
INSTALLER_URL="https://github.com/dusk-network/node-installer/tarball/main"
169169
echo "Downloading installer package for additional scripts and configurations"
170170
curl -so /opt/dusk/installer/installer.tar.gz -L "$INSTALLER_URL"
171171
tar xf /opt/dusk/installer/installer.tar.gz --strip-components 1 --directory /opt/dusk/installer

0 commit comments

Comments
 (0)