From b9201c053414ea599808e4874b7766d0ea4c686a Mon Sep 17 00:00:00 2001 From: snxraven Date: Sun, 6 Jul 2025 02:16:11 -0400 Subject: [PATCH] Holesail 2.1.0 --- connectMC | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/connectMC b/connectMC index 9dfb465..a95a6da 100644 --- a/connectMC +++ b/connectMC @@ -1,3 +1,5 @@ +# Helper Script for users to install and configure NodeJS+Holesail and then make a connection. + # Function to start holesail start_holesail() { holesail --host 0.0.0.0 --port "$port" "$connection_hash" @@ -29,7 +31,7 @@ done # 3) Install required npm packages if needed if [ "$install_needed" = true ]; then echo "Installing npm packages..." - npm install -g holesail@2.0.3 + npm install -g holesail@2.1.0 else echo "npm packages are already installed. Skipping..." fi