Корректировка telebit

This commit is contained in:
Anthony Axenov 2022-01-09 16:50:40 +08:00
parent 3b0311d8e7
commit d025934894
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

View File

@ -1,6 +1,11 @@
#!/bin/bash #!/bin/bash
. "../src/01-common.sh" || exit 5 echo
title "Installing telebit..." echo "==============================================="
echo "Installing telebit..."
echo "==============================================="
echo
# https://git.coolaj86.com/coolaj86/telebit.js#install
# export NODEJS_VER=v10.2 # v10.2 is tested working, but we can test other versions # 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_VERSION=master # git tag or branch to install from