mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-12 14:56:07 +08:00
Update netclient-install.sh
This commit is contained in:
parent
0496f4bfd8
commit
15ecac277f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue