Update install_proxmenux.sh

This commit is contained in:
MacRimi 2025-02-24 23:58:01 +01:00 committed by GitHub
parent 39f730cd21
commit c8ba3f8769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,10 +47,10 @@ MENU_SCRIPT="menu"
VENV_PATH="/opt/googletrans-env"
# Source utils.sh for common functions and styles
if ! source <(curl -sSf "$UTILS_URL"); then
echo "Error: Could not load utils.sh from $UTILS_URL"
exit 1
fi
#if ! source <(curl -sSf "$UTILS_URL"); then
# echo "Error: Could not load utils.sh from $UTILS_URL"
# exit 1
#fi
# ==========================================================