fix(installer): install software-properties-common when required
This commit is contained in:
parent
0ac19964e7
commit
f048d32ec2
1
install
1
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue