cleanup(scripts, cmake): fix switch in deb and rpm postinst scripts.

Cleanup cmake cpackgenerator options.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>

Co-authored-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
Federico Di Pierro
2022-11-07 10:10:38 +01:00
committed by poiana
parent 1570e9f235
commit c6f668bc71
3 changed files with 7 additions and 16 deletions

View File

@@ -30,13 +30,13 @@ case "$1" in
2>&1 >/dev/tty)
clear
case $CHOICE in
1)
2)
chosen_driver="kmod"
;;
2)
3)
chosen_driver="ebpf"
;;
3)
4)
chosen_driver="plugin"
;;
esac