Update vm_creator.sh

This commit is contained in:
MacRimi 2025-05-09 19:48:17 +02:00
parent 312c2d5db7
commit 587e255c29

View File

@ -24,6 +24,7 @@
# consistent and maintainable way, using ProxMenux standards. # consistent and maintainable way, using ProxMenux standards.
# ========================================================== # ==========================================================
REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main"
BASE_DIR="/usr/local/share/proxmenux" BASE_DIR="/usr/local/share/proxmenux"
UTILS_FILE="$BASE_DIR/utils.sh" UTILS_FILE="$BASE_DIR/utils.sh"
VENV_PATH="/opt/googletrans-env" VENV_PATH="/opt/googletrans-env"
@ -475,5 +476,7 @@ fi
msg_success "$(translate "Press Enter to return to the main menu...")" msg_success "$(translate "Press Enter to return to the main menu...")"
read -r read -r
bash <(curl -fsSL "$REPO_URL/scripts/menus/create_vm_menu.sh")
exit 0
} }