From e21d054c08f680a4a77e8d5bcc1687ad2db6cc3d Mon Sep 17 00:00:00 2001 From: hayao Date: Sun, 5 Jun 2022 01:02:45 +0900 Subject: [PATCH] [update] : Update about dependency --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eaa79c4..c6c791c 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,17 @@ A script that makes it easy to connect Network Manager to a VPN Gate ## Dependency This script is developed on Arch Linux and test on Arch Linux and Ubuntu. +In previous versions, there were some GNU dependencies. + +If you don't use the GUI, you don't need to install kdialog and zenity. + - Systemd -- GNU date - networkmanager (nmcli) - networkmanager-openvpn - networkmanager-strongswan - networkmanager-l2tp -- bash (Tested version is 5.1.8) +- bash 5.x (Tested version is 5.1.8, 5.8.16) - curl -- GNU getopt - zenity (for GTK server list) - kdialog (for Qt server list)