From f1a008b8d4b81d56cd4a9fb5fcb8c042e9e11cf3 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sun, 8 May 2022 23:18:51 +0200 Subject: [PATCH] install bash-completion --- nextcloud_install_production.sh | 3 +++ 1 file changed, 3 insertions(+) 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