Add missing fi

This commit is contained in:
Pedro Algarvio 2013-09-25 18:01:01 +01:00
parent 17cae12af8
commit 6b82688bb0

View file

@ -1143,6 +1143,7 @@ install_ubuntu_deps() {
__apt_get_install_noinput software-properties-common || return 1
else
__apt_get_install_noinput python-software-properties || return 1
fi
__enable_universe_repository || return 1