From f048d32ec23badecddac6c70b95a571be36440f9 Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Mon, 11 Apr 2022 11:30:58 +0200 Subject: [PATCH] fix(installer): install software-properties-common when required --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 53b0439c4..54d694be8 100755 --- a/install +++ b/install @@ -771,6 +771,7 @@ if [ "$ignore_dependencies" = "f" ]; then loud "-----------------------------------------------------" if $is_ubuntu_dist; then + loudCmd "DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common" loudCmd "add-apt-repository -y ppa:libretime/libretime" fi