From 1eecd6759447e909f87d1b4d92665737872fdd80 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Thu, 30 Apr 2026 09:19:11 -0400 Subject: [PATCH] update docu --- scripts/install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 15aa1ef..1912380 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -# install the heartbeat client, hbc. The server is installed when the arg 'server' is passed +# Helper script to install the heartbeat tools. By default, it will only # install the heartbeat client, hbc. The server is installed when the arg 'server' is passed # to the script. The script will install the heartbeat tools in a python # virtual environment in ~/venvs/hbd. The hbd and hbc commands will be @@ -9,9 +9,6 @@ # reused. The script will also remove any existing symlinks for hbd and hbc # in ~/bin before creating new ones. - -# hbd/hbc from wheel and create symlinks for hbd and hbc in ~/bin - set -e what=$1 on_ha=0