diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index fd64125f..0108f802 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -58,6 +58,9 @@ install_if_not net-tools install_if_not whiptail install_if_not apt-utils +# Nice to have dependencies +install_if_not bash-completion + # Check for flags if [ "$1" = "" ] then