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