Add 1.10.7 to source-script. (#379)

Squashed commit of the following:
-install iptables as it is not part of minimal install.
-change swig for bullseye to swig4.0
-php7.4-dev for build required (php-config)
-add python3-distutils
-libks seems to be required for mod_verto
-disable mod_avmd to keep in sync with ubuntu-config (eaaef03163 (diff-62a8f25a3200194e88b1073f2b11ebdf1622761f025a30158c012e83e5f593aa))
This commit is contained in:
Andy Binder
2022-01-10 23:51:59 +01:00
committed by GitHub
parent 3d24b132c7
commit 73e1606d6c
4 changed files with 52 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ if [ ."$os_codename" = ."buster" ]; then
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
fi
if [ ."$os_codename" = ."bullseye" ]; then
apt-get install -y iptables
update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
fi