diff --git a/scripts/debian/postinst.in b/scripts/debian/postinst.in index 78cfc06ba50..a9fc8e83381 100755 --- a/scripts/debian/postinst.in +++ b/scripts/debian/postinst.in @@ -38,7 +38,7 @@ 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 --title "Falco drivers" --menu "Choose your preferred driver:" 12 55 4 \ - 1 "Manual configuration (no unit is stared)" \ + 1 "Manual configuration (no unit is started)" \ 2 "Kmod" \ 3 "eBPF" \ 4 "Modern eBPF" \ diff --git a/scripts/rpm/postinstall.in b/scripts/rpm/postinstall.in index 6276968178f..d776b753e8f 100755 --- a/scripts/rpm/postinstall.in +++ b/scripts/rpm/postinstall.in @@ -52,9 +52,6 @@ if [ $1 -eq 1 ]; then 4) chosen_driver="modern-bpf" ;; - 5) - chosen_driver="plugin" - ;; esac if [ -n "$chosen_driver" ]; then CHOICE=$(dialog --clear --title "Falcoctl" --menu "Do you want to follow automatic ruleset updates?" 10 40 2 \