1
0
mirror of synced 2025-02-08 00:09:24 +03:00

Update IKEv2 script

- Raspberry Pi (Raspbian) kernels do not support MOBIKE
This commit is contained in:
hwdsl2 2020-05-16 22:11:01 -05:00
parent f38e2ea4f2
commit b028661f6f

View File

@ -125,6 +125,10 @@ case "$swan_ver" in
;;
esac
if uname -m | grep -qi '^arm'; then
mobike_support=0
fi
if [ "$mobike_support" = "1" ]; then
os_type="$(lsb_release -si 2>/dev/null)"
if [ -z "$os_type" ]; then