fix: add PPA for newer liquidsoap version on Ubuntu

Fixes: #1689
This commit is contained in:
Kyle Robbertze 2022-03-26 20:25:31 +02:00 committed by Jonas L
parent 343e4e6be5
commit e8fb17a653
1 changed files with 4 additions and 0 deletions

View File

@ -770,6 +770,10 @@ if [ "$ignore_dependencies" = "f" ]; then
loud " * Installing External Dependencies * "
loud "-----------------------------------------------------"
if $is_ubuntu_dist; then
loudCmd "add-apt-repository -y ppa:libretime/libretime"
fi
if [ -x /usr/bin/apt-get ]; then
verbose "\n * Reading packages.ini files..."