mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-04-30 18:52:14 +02:00
fix: update installation script to replace rrdtool with python3-rrdtool
This commit is contained in:
@@ -204,7 +204,7 @@ install_repeater() {
|
||||
|
||||
echo "25"; echo "# Installing system dependencies..."
|
||||
apt-get update -qq
|
||||
apt-get install -y libffi-dev jq pip rrdtool librrd-dev
|
||||
apt-get install -y libffi-dev jq pip python3-rrdtool
|
||||
|
||||
echo "30"; echo "# Installing files..."
|
||||
cp -r repeater "$INSTALL_DIR/"
|
||||
|
||||
Reference in New Issue
Block a user