diff --git a/scripts/debian/postinst.in b/scripts/debian/postinst.in index bb9858d5..0efd2fe2 100755 --- a/scripts/debian/postinst.in +++ b/scripts/debian/postinst.in @@ -28,7 +28,7 @@ case "$1" in CHOICE=$(dialog --clear --backtitle "Choose your preferred driver" --title "Falco driver" --menu "Choose one of the following options:" 15 40 4 \ 1 "Kmod" \ 2 "eBPF" \ - 3 "Don't start" \ + 3 "Plugin" \ 2>&1 >/dev/tty) clear case $CHOICE in diff --git a/scripts/rpm/postinstall.in b/scripts/rpm/postinstall.in index 4b87ee0f..ec538cf5 100755 --- a/scripts/rpm/postinstall.in +++ b/scripts/rpm/postinstall.in @@ -27,7 +27,7 @@ case "$1" in CHOICE=$(dialog --clear --backtitle "Choose your preferred driver" --title "Falco driver" --menu "Choose one of the following options:" 15 40 4 \ 1 "Kmod" \ 2 "eBPF" \ - 3 "Don't start" \ + 3 "Plugin" \ 2>&1 >/dev/tty) clear case $CHOICE in