mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 20:39:01 +00:00
Remove docker prereqs scripts that only install a package. Add informational message for this. (#14661)
This commit is contained in:
committed by
Paulus Schoutsen
parent
bff1e1ff6c
commit
799ae894a8
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
# Sets up ffmpeg.
|
||||
|
||||
# Stop on errors
|
||||
set -e
|
||||
|
||||
PACKAGES=(
|
||||
ffmpeg
|
||||
)
|
||||
|
||||
apt-get install -y --no-install-recommends ${PACKAGES[@]}
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/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