fix(installer): install software-properties-common when required

This commit is contained in:
Kyle Robbertze 2022-04-11 11:30:58 +02:00 committed by Kyle Robbertze
parent 0ac19964e7
commit f048d32ec2
1 changed files with 1 additions and 0 deletions

View File

@ -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