mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
No longer use backports for ffmpeg (#14626)
This commit is contained in:
parent
bf3ead3359
commit
48972c7570
@ -8,9 +8,4 @@ PACKAGES=(
|
|||||||
ffmpeg
|
ffmpeg
|
||||||
)
|
)
|
||||||
|
|
||||||
# Add jessie-backports
|
apt-get install -y --no-install-recommends ${PACKAGES[@]}
|
||||||
echo "Adding jessie-backports"
|
|
||||||
echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
|
|
||||||
apt-get update
|
|
||||||
|
|
||||||
apt-get install -y --no-install-recommends -t jessie-backports ${PACKAGES[@]}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user