mirror of
https://github.com/hwdsl2/setup-ipsec-vpn.git
synced 2026-05-17 08:05:45 +03:00
Add Debian 12
This commit is contained in:
@@ -265,6 +265,12 @@ install_vpn_pkgs() {
|
||||
libcurl4-nss-dev flex bison gcc make libnss3-tools \
|
||||
libevent-dev libsystemd-dev uuid-runtime ppp xl2tpd >/dev/null
|
||||
) || exiterr2
|
||||
if [ "$os_type" = "debian" ] && [ "$os_ver" = 12 ]; then
|
||||
(
|
||||
set -x
|
||||
apt-get -yqq install rsyslog >/dev/null
|
||||
) || exiterr2
|
||||
fi
|
||||
}
|
||||
|
||||
install_nss_pkgs() {
|
||||
|
||||
Reference in New Issue
Block a user