parent
343e4e6be5
commit
e8fb17a653
4
install
4
install
|
@ -770,6 +770,10 @@ if [ "$ignore_dependencies" = "f" ]; then
|
||||||
loud " * Installing External Dependencies * "
|
loud " * Installing External Dependencies * "
|
||||||
loud "-----------------------------------------------------"
|
loud "-----------------------------------------------------"
|
||||||
|
|
||||||
|
if $is_ubuntu_dist; then
|
||||||
|
loudCmd "add-apt-repository -y ppa:libretime/libretime"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -x /usr/bin/apt-get ]; then
|
if [ -x /usr/bin/apt-get ]; then
|
||||||
verbose "\n * Reading packages.ini files..."
|
verbose "\n * Reading packages.ini files..."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue