From 741164de3e41fe5e7a806ff38943e398e0a3faef Mon Sep 17 00:00:00 2001 From: Matthew Stern Date: Sun, 25 Jan 2026 18:56:15 -0500 Subject: [PATCH] switch from apt-get to apt --- install/isponsorblocktv-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/isponsorblocktv-install.sh b/install/isponsorblocktv-install.sh index 307e4b41e..8cce9c019 100644 --- a/install/isponsorblocktv-install.sh +++ b/install/isponsorblocktv-install.sh @@ -17,7 +17,7 @@ INSTALL_DIR="/opt/isponsorblocktv" DATA_DIR="/var/lib/isponsorblocktv" msg_info "Installing Dependencies" -$STD apt-get install -y \ +$STD apt install -y \ python3 \ python3-venv \ python3-pip