Update install_proxmenux.sh

This commit is contained in:
MacRimi 2025-02-25 00:07:35 +01:00 committed by GitHub
parent 49917b0847
commit 0e982bca3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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