diff --git a/scripts/menus/storage_menu.sh b/scripts/menus/storage_menu.sh index bc06363..7b4a0c0 100644 --- a/scripts/menus/storage_menu.sh +++ b/scripts/menus/storage_menu.sh @@ -20,6 +20,11 @@ VENV_PATH="/opt/googletrans-env" LANGUAGE=$(jq -r '.language // "en"' "$BASE_DIR/config.json" 2>/dev/null) # ========================================================== +# Try to load utils.sh from GitHub +if ! source <(curl -sSf "$UTILS_URL"); then + echo "$(translate 'Error: Could not load utils.sh from') $UTILS_URL" + exit 1 +fi while true; do