Update install/shelfmark-install.sh

This commit is contained in:
Chris
2026-01-31 16:37:53 -05:00
committed by GitHub
parent 9c2e372db1
commit 018cc3d919

View File

@@ -110,9 +110,9 @@ else
$STD apt install -y --no-install-recommends \ $STD apt install -y --no-install-recommends \
xvfb \ xvfb \
ffmpeg \ ffmpeg \
chromium-common=143.0.7499.169-1~deb13u1 \ chromium-common=${CHROME_VERSION} \
chromium=143.0.7499.169-1~deb13u1 \ chromium=${CHROME_VERSION} \
chromium-driver=143.0.7499.169-1~deb13u1 \ chromium-driver=${CHROME_VERSION} \
python3-tk python3-tk
msg_ok "Installed internal bypasser dependencies" msg_ok "Installed internal bypasser dependencies"
fi fi