Holesail 2.1.0

This commit is contained in:
2025-07-06 02:16:11 -04:00
parent ebd047ff75
commit b9201c0534

View File

@@ -1,3 +1,5 @@
# Helper Script for users to install and configure NodeJS+Holesail and then make a connection.
# Function to start holesail # Function to start holesail
start_holesail() { start_holesail() {
holesail --host 0.0.0.0 --port "$port" "$connection_hash" holesail --host 0.0.0.0 --port "$port" "$connection_hash"
@@ -29,7 +31,7 @@ done
# 3) Install required npm packages if needed # 3) Install required npm packages if needed
if [ "$install_needed" = true ]; then if [ "$install_needed" = true ]; then
echo "Installing npm packages..." echo "Installing npm packages..."
npm install -g holesail@2.0.3 npm install -g holesail@2.1.0
else else
echo "npm packages are already installed. Skipping..." echo "npm packages are already installed. Skipping..."
fi fi