mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 22:01:19 +08:00
Update netclient-install.sh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user