Karakeep: chromium fix (#6729)

- also removed unneeded dependency git
This commit is contained in:
Chris 2025-08-10 03:58:11 -04:00 committed by GitHub
parent c3cfdc1efa
commit 6b93869e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,10 +16,8 @@ update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
build-essential \ build-essential \
git \
ca-certificates \ ca-certificates \
chromium/stable \ chromium \
chromium-common/stable \
graphicsmagick \ graphicsmagick \
ghostscript ghostscript
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"