fix chromium deps installation
This commit is contained in:
parent
f918c81c92
commit
57a3d71173
@ -123,9 +123,10 @@ elif [[ "$DEPLOYMENT_TYPE" == "4" ]]; then
|
|||||||
sed -i '/_BYPASS=/s/true/false' /etc/shelfmark/.env
|
sed -i '/_BYPASS=/s/true/false' /etc/shelfmark/.env
|
||||||
else
|
else
|
||||||
msg_info "Installing internal bypasser dependencies"
|
msg_info "Installing internal bypasser dependencies"
|
||||||
$STD apt install -y \
|
$STD apt install -y --no-install-recommends \
|
||||||
xfvb \
|
xfvb \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
chromium-common=143.0.7499.169-1~deb13u1 \
|
||||||
chromium=143.0.7499.169-1~deb13u1 \
|
chromium=143.0.7499.169-1~deb13u1 \
|
||||||
chromium-driver=143.0.7499.169-1~deb13u1 \
|
chromium-driver=143.0.7499.169-1~deb13u1 \
|
||||||
python3-tk
|
python3-tk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user