+ Telebit

experimental
Anthony Axenov 2021-12-30 14:26:51 +08:00
parent 065551c442
commit 495f20e436
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/bash
. "../src/01-common.sh" || exit 5
title "Installing telebit..."
# export NODEJS_VER=v10.2 # v10.2 is tested working, but we can test other versions
# export TELEBIT_VERSION=master # git tag or branch to install from
# export TELEBIT_USERSPACE=no # install as a system service (launchd, systemd only)
# export TELEBIT_PATH=/opt/telebit
# export TELEBIT_USER=telebit
# export TELEBIT_GROUP=telebit
curl https://get.telebit.io/ | bash