parent
d3c37ce162
commit
c3d2a4dfab
5
install
5
install
|
@ -677,6 +677,7 @@ case "${dist}-${code}" in
|
|||
;;
|
||||
ubuntu-18.04)
|
||||
code="bionic"
|
||||
# shellcheck disable=SC2034
|
||||
is_ubuntu_dist=true
|
||||
is_ubuntu_bionic=true
|
||||
;;
|
||||
|
@ -769,10 +770,6 @@ 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..."
|
||||
|
||||
|
|
Loading…
Reference in New Issue