mirror of
https://github.com/hwdsl2/setup-ipsec-vpn.git
synced 2026-05-17 08:05:45 +03:00
Add Ubuntu 24.04
- Add support for Ubuntu 24.04 LTS Ref: https://github.com/libreswan/libreswan/commit/46e9115
This commit is contained in:
@@ -167,11 +167,13 @@ update_apt_cache() {
|
||||
}
|
||||
|
||||
install_pkgs() {
|
||||
p1=libcurl4-nss-dev
|
||||
[ "$os_ver" = "trixiesid" ] && p1=libcurl4-gnutls-dev
|
||||
(
|
||||
set -x
|
||||
apt-get -yqq install libnss3-dev libnspr4-dev pkg-config \
|
||||
libpam0g-dev libcap-ng-dev libcap-ng-utils libselinux1-dev \
|
||||
libcurl4-nss-dev libnss3-tools libevent-dev libsystemd-dev \
|
||||
$p1 libnss3-tools libevent-dev libsystemd-dev \
|
||||
flex bison gcc make wget sed >/dev/null
|
||||
) || exiterr2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user