This commit is contained in:
MacRimi 2025-02-25 00:11:48 +01:00
parent 49917b0847
commit bcedebbd58

View File

@ -46,7 +46,7 @@ LOCAL_VERSION_FILE="$BASE_DIR/version.txt"
MENU_SCRIPT="menu" 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
echo "Error: Could not load utils.sh from $UTILS_URL" echo "Error: Could not load utils.sh from $UTILS_URL"
exit 1 exit 1