From ae7217048fee6681a022db88b7675786804c18dc Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 17 Sep 2024 05:24:31 -0400 Subject: [PATCH] Update ersatztv-install.sh tweak --- install/ersatztv-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ersatztv-install.sh b/install/ersatztv-install.sh index 28984bed..d07d01b5 100644 --- a/install/ersatztv-install.sh +++ b/install/ersatztv-install.sh @@ -30,7 +30,7 @@ deb https://www.deb-multimedia.org bookworm-backports main EOF $STD apt update DEBIAN_FRONTEND=noninteractive $STD apt-get install -t bookworm-backports ffmpeg -y -rm /etc/apt/sources.list.d/backports.list +rm -rf /etc/apt/sources.list.d/backports.list deb-multimedia-keyring_2016.8.1_all.deb $STD apt update msg_ok "Installed FFmpeg"