1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 19:51:51 +00:00

Fix Hoarder build failure by installing Chromium stable (#723)

This commit is contained in:
Chris 2024-12-07 05:22:04 -05:00 committed by GitHub
parent 59deaa0a19
commit be4e6503d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,8 @@ $STD apt-get install -y \
sudo \ sudo \
gnupg \ gnupg \
ca-certificates \ ca-certificates \
chromium \ chromium/stable \
chromium-common/stable \
mc mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"