File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ python3 python3-tk python3-requests openvpn wget unzip net-tools iproute2
42
42
```
43
43
and
44
44
```
45
- strongswan strongswan-ikev2 libstrongswan-standard-plugins libstrongswan-extra-plugins libcharon-extra-plugins
45
+ strongswan libstrongswan-standard-plugins libstrongswan-extra-plugins libcharon-extra-plugins
46
46
```
47
47
to support ikev2 (facultative)
48
48
```
Original file line number Diff line number Diff line change 58
58
59
59
INSTALLATION_COMPLETED_MSG=' Required packages installed'
60
60
61
- if ! [ -z $( which apt-get 2> /dev/null) ]; # Debian
62
- then sudo apt-get install -y python3 python3-tk python3-requests wget strongswan strongswan-ikev2 \
61
+ if ! [ -z $( which apt 2> /dev/null) ]; # Debian
62
+ then sudo apt-get install -y python3 python3-tk python3-requests wget strongswan \
63
63
libstrongswan-standard-plugins unzip libstrongswan-extra-plugins\
64
64
libcharon-extra-plugins net-tools iproute2 > /dev/null || sudo apt-get install -y python3 python3-tk python3-requests wget \
65
65
unzip net-tools iproute2 > /dev/null
You can’t perform that action at this time.
0 commit comments