We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f1f29 commit a8a627aCopy full SHA for a8a627a
1 file changed
scripts/install.sh
@@ -82,7 +82,7 @@ PACKAGES+=" autoconf libtool m4 automake"
82
PACKAGES+=" libssl-dev" # needed for certificate based security
83
PACKAGES+=" sudo" # needed for pcn-iptables, when building docker image
84
PACKAGES+=" kmod" # needed for pcn-iptables, when using lsmod to unload conntrack if not needed
85
-PACKAGES+=" jq" # needed for polycubectl bash autocompletion
+PACKAGES+=" jq bash-completion" # needed for polycubectl bash autocompletion
86
87
if [ "$MODE" == "pcn-k8s" ]; then
88
PACKAGES+=" curl" # needed for pcn-k8s to download a binary
0 commit comments