update docu

This commit is contained in:
Andreas Wrede
2026-04-30 09:19:11 -04:00
parent caf3c2c0ac
commit 1eecd67594
+1 -4
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/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 # 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 # 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 # 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 # reused. The script will also remove any existing symlinks for hbd and hbc
# in ~/bin before creating new ones. # in ~/bin before creating new ones.
# hbd/hbc from wheel and create symlinks for hbd and hbc in ~/bin
set -e set -e
what=$1 what=$1
on_ha=0 on_ha=0