forked from norman/fusionpbx-install.sh-github-mirror
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:
1
debian/resources/iptables.sh
vendored
1
debian/resources/iptables.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user