Update main_menu.sh

This commit is contained in:
MacRimi 2025-01-29 23:25:35 +01:00 committed by GitHub
parent 6e2d0d6762
commit f918b83c63
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/menus/igpu_tpu.sh") ;;
1) exec bash <(curl -s "$REPO_URL/scripts/igpu_tpu.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") ;;