Browse Source

Update netclient-install.sh

Alex 3 years ago
parent
commit
15ecac277f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/netclient-install.sh

+ 1 - 1
scripts/netclient-install.sh

@@ -23,7 +23,7 @@ if [ -z "${install_cmd}" ]; then
         echo "OS unsupported for automatic dependency install"
         echo "OS unsupported for automatic dependency install"
 	exit 1
 	exit 1
 fi
 fi
-dependencies="wireguard resolvectl"
+dependencies="wireguard"
 set -- $dependencies
 set -- $dependencies
 while [ -n "$1" ]; do
 while [ -n "$1" ]; do
     echo $1
     echo $1