mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 10:15:33 +01:00
Add Iperf3 client sensor (#14213)
This commit is contained in:
committed by
Sebastian Muszynski
parent
5205354cb7
commit
36da82aa8d
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Sets up iperf3.
|
||||
|
||||
# Stop on errors
|
||||
set -e
|
||||
|
||||
PACKAGES=(
|
||||
iperf3
|
||||
)
|
||||
|
||||
apt-get install -y --no-install-recommends ${PACKAGES[@]}
|
||||
Reference in New Issue
Block a user