switch from apt-get to apt

This commit is contained in:
Matthew Stern 2026-01-25 18:56:15 -05:00 committed by Michel Roegl-Brunner
parent d25f48f5be
commit 741164de3e

View File

@ -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