Skip to content

Commit bbec991

Browse files
Fix installation script for debian based systems
1 parent 4938e8a commit bbec991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python3 python3-tk python3-requests openvpn wget unzip net-tools iproute2
4242
```
4343
and
4444
```
45-
strongswan strongswan-ikev2 libstrongswan-standard-plugins libstrongswan-extra-plugins libcharon-extra-plugins
45+
strongswan libstrongswan-standard-plugins libstrongswan-extra-plugins libcharon-extra-plugins
4646
```
4747
to support ikev2 (facultative)
4848
```

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ fi
5858

5959
INSTALLATION_COMPLETED_MSG='Required packages installed'
6060

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 \
6363
libstrongswan-standard-plugins unzip libstrongswan-extra-plugins\
6464
libcharon-extra-plugins net-tools iproute2 > /dev/null || sudo apt-get install -y python3 python3-tk python3-requests wget \
6565
unzip net-tools iproute2 > /dev/null

0 commit comments

Comments
 (0)