Fix Ubuntu condition checking for add-apt-repository
This commit is contained in:
parent
fba40ea123
commit
dd6236bbce
2
install
2
install
@ -712,7 +712,7 @@ if [ "$ignore_dependencies" = "f" ]; then
|
|||||||
loud " * Installing External Dependencies * "
|
loud " * Installing External Dependencies * "
|
||||||
loud "-----------------------------------------------------"
|
loud "-----------------------------------------------------"
|
||||||
|
|
||||||
if [ $is_ubuntu_dist ]; then
|
if $is_ubuntu_dist; then
|
||||||
loudCmd "add-apt-repository -y ppa:libretime/libretime"
|
loudCmd "add-apt-repository -y ppa:libretime/libretime"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user