Update netclient-install.sh

This commit is contained in:
Alex
2021-10-28 17:59:54 -04:00
committed by GitHub
parent 0496f4bfd8
commit 15ecac277f

View File

@@ -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