You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
425 B
15 lines
425 B
#!/bin/sh |
|
|
|
install_path=$1 |
|
|
|
ln -s $install_path/bin/zerotier-one /usr/sbin/zerotier-one |
|
ln -s $install_path/bin/zerotier-one /usr/sbin/zerotier-cli |
|
ln -s $install_path/bin/zerotier-one /usr/bin/zerotier-one |
|
ln -s $install_path/bin/zerotier-one /usr/bin/zerotier-cli |
|
|
|
ln -s $install_path/ /var/lib/zerotier-one |
|
|
|
APKG_PATH=$(readlink -f $1) |
|
WEBPATH="/var/www/apps/zerotier/" |
|
mkdir -p $WEBPATH |
|
ln -sf ${APKG_PATH}/web/* $WEBPATH |