Fix Ubuntu condition checking for add-apt-repository

This commit is contained in:
Kyle Robbertze 2020-12-14 12:34:40 +02:00
parent fba40ea123
commit dd6236bbce
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ if [ "$ignore_dependencies" = "f" ]; then
loud " * Installing External Dependencies * "
loud "-----------------------------------------------------"
if [ $is_ubuntu_dist ]; then
if $is_ubuntu_dist; then
loudCmd "add-apt-repository -y ppa:libretime/libretime"
fi