From a920e4842241ce0be1cc803326f9acf033f78e1a Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sun, 18 May 2025 23:54:02 +0800 Subject: [PATCH] Revert "telebit misc" This reverts commit abad965e9a3cc4b25df8591ebd8fdff5d47b13c9. --- install/telebit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/telebit b/install/telebit index be4ce89..4e45a06 100755 --- a/install/telebit +++ b/install/telebit @@ -10,9 +10,9 @@ 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 TELEBIT_VERSION=master # git tag or branch to install from +# 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="$HOME/.local/bin/" +# export TELEBIT_PATH=/opt/telebit # export TELEBIT_USER=telebit # export TELEBIT_GROUP=telebit curl https://get.telebit.io/ | bash