Update main_menu.sh

This commit is contained in:
MacRimi 2025-01-30 17:00:34 +01:00 committed by GitHub
parent 901c14fe16
commit b6cf7c238e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ show_menu() {
case $OPTION in
1) exec bash <(curl -s "$REPO_URL/scripts/igpu_tpu.sh") ;;
1) exec bash <(curl -s "$REPO_URL/scripts/menus/hw_grafics_menu.sh") ;;
2) exec bash <(curl -s "$REPO_URL/scripts/menus/storage_menu.sh") ;;
3) exec bash <(curl -s "$REPO_URL/scripts/menus/network_menu") ;;
4) exec bash <(curl -s "$REPO_URL/scripts/menus/config_menu.sh") ;;