1
0
mirror of synced 2024-11-26 06:46:06 +03:00
This commit is contained in:
hwdsl2 2022-02-10 21:49:49 -06:00
parent 68b78879fd
commit 1da1493f53
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ cat 1>&2 <<EOF
Error: Libreswan version '$swan_ver' is not supported.
IKEv2-only mode requires Libreswan 4.2 or newer.
To update Libreswan, run:
wget https://git.io/vpnupgrade -O vpnup.sh && sudo sh vpnup.sh
wget https://git.io/vpnupgrade -qO vpnup.sh && sudo sh vpnup.sh
EOF
exit 1
fi

View File

@ -128,7 +128,7 @@ cat 1>&2 <<EOF
Error: Libreswan version '$swan_ver' is not supported.
This script requires Libreswan 3.23 or newer.
To update Libreswan, run:
wget https://git.io/vpnupgrade -O vpnup.sh && sudo sh vpnup.sh
wget https://git.io/vpnupgrade -qO vpnup.sh && sudo sh vpnup.sh
EOF
exit 1
fi
@ -1140,7 +1140,7 @@ check_swan_update() {
cat <<EOF
Note: A newer version of Libreswan ($swan_ver_latest) is available.
To update, run:
wget https://git.io/vpnupgrade -O vpnup.sh && sudo sh vpnup.sh
wget https://git.io/vpnupgrade -qO vpnup.sh && sudo sh vpnup.sh
EOF
fi