Cleanup
This commit is contained in:
parent
dce25ada28
commit
ffb22c4858
@ -71,7 +71,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://get.vpnsetup.net/upg -qO vpnup.sh && sudo sh vpnup.sh
|
||||
wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh
|
||||
EOF
|
||||
exit 1
|
||||
fi
|
||||
|
@ -118,7 +118,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://get.vpnsetup.net/upg -qO vpnup.sh && sudo sh vpnup.sh
|
||||
wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh
|
||||
EOF
|
||||
exit 1
|
||||
fi
|
||||
@ -1302,7 +1302,7 @@ check_swan_update() {
|
||||
cat <<EOF
|
||||
Note: A newer version of Libreswan ($swan_ver_latest) is available.
|
||||
To update, run:
|
||||
wget https://get.vpnsetup.net/upg -qO vpnup.sh && sudo sh vpnup.sh
|
||||
wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh
|
||||
|
||||
EOF
|
||||
fi
|
||||
|
@ -657,8 +657,8 @@ IKEv2 guide: vpnsetup.net/ikev2
|
||||
EOF
|
||||
if [ ! -e /dev/ppp ]; then
|
||||
cat <<'EOF'
|
||||
WARNING: /dev/ppp is missing, and IPsec/L2TP mode may not work. Please use
|
||||
IKEv2 (vpnsetup.net/ikev2) or IPsec/XAuth mode to connect.
|
||||
WARNING: /dev/ppp is missing, and IPsec/L2TP mode may not work.
|
||||
Please use IKEv2 or IPsec/XAuth mode to connect.
|
||||
Debian 11/10 users, see vpnsetup.net/debian10
|
||||
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user