mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Installer bugfix on Linux.
This commit is contained in:
parent
76638aae76
commit
f2976178c9
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ fi
|
|||
|
||||
echo 'Installing zerotier-cli command line utility...'
|
||||
|
||||
ln -sf /var/lib/zerotier-one /usr/bin/zerotier-cli
|
||||
rm -f /usr/bin/zerotier-cli
|
||||
ln -sf /var/lib/zerotier-one/zerotier-one /usr/bin/zerotier-cli
|
||||
|
||||
echo 'Installing and (re-)starting zerotier-one daemon...'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue