From 15ecac277fb02af827ec37e8d03d05a39c4ef59d Mon Sep 17 00:00:00 2001 From: Alex <31018251+afeiszli@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:59:54 -0400 Subject: [PATCH] Update netclient-install.sh --- scripts/netclient-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/netclient-install.sh b/scripts/netclient-install.sh index 4322c5d0..a9c6341f 100755 --- a/scripts/netclient-install.sh +++ b/scripts/netclient-install.sh @@ -23,7 +23,7 @@ if [ -z "${install_cmd}" ]; then echo "OS unsupported for automatic dependency install" exit 1 fi -dependencies="wireguard resolvectl" +dependencies="wireguard" set -- $dependencies while [ -n "$1" ]; do echo $1