diff --git a/scripts/debian/postinst.in b/scripts/debian/postinst.in index 59738ffc..0a77454c 100755 --- a/scripts/debian/postinst.in +++ b/scripts/debian/postinst.in @@ -21,7 +21,7 @@ chosen_driver= if [ "$1" = "configure" ]; then if [ -x /usr/bin/dialog ]; then # If dialog is installed, create a dialog to let users choose the correct driver for them - CHOICE=$(dialog --clear --backtitle "Choose your preferred driver" --title "Falco driver" --menu "Choose one of the following options:" 15 40 5 \ + CHOICE=$(dialog --clear --backtitle "Choose your preferred driver" --title "Falco drivers" --menu "Choose one of the following options:" 15 40 5 \ 1 "Don't start" \ 2 "Kmod" \ 3 "eBPF" \