6 lines
243 B
Bash
6 lines
243 B
Bash
#!/bin/sh
|
|
|
|
# install hbd/hbc from wheel and create symlinks for hbd and hbc in /usr/local/bin
|
|
|
|
set -e
|
|
pip install --upgrade --force-reinstall --no-deps --find-links https://github.com/andreas-h/heartbeat/releases/latest/download/ heartbeat-hbd |