This commit is contained in:
2024-12-15 03:34:20 +01:00
parent f3945f67f0
commit 7f3aec18c3

View File

@@ -182,6 +182,7 @@ show_menu() {
while true; do
show_menu
read -r choice
echo "DEBUG: Vous avez saisi : $choice" # Ligne ajoutée pour debug
case $choice in
1) update_and_clean_system ;;
2) install_nfs_server ;;