diff --git a/post_inst_deb.sh b/post_inst_deb.sh index 1089bd1..f6fa6a2 100644 --- a/post_inst_deb.sh +++ b/post_inst_deb.sh @@ -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 ;;