Add new deps for v0.23

This commit is contained in:
vhsdream 2025-03-06 17:54:09 -05:00
parent 7cbb8947ff
commit 4bdf8f0f12
2 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@ function update_script() {
if [[ $(corepack -v) < "0.31.0" ]]; then
$STD npm install -g corepack@0.31.0
fi
apt-get install -yqq graphicsmagick ghostscript
cd /opt
if [[ -f /opt/hoarder/.env ]] && [[ ! -f /etc/hoarder/hoarder.env ]]; then
mkdir -p /etc/hoarder

View file

@ -24,6 +24,8 @@ $STD apt-get install -y \
ca-certificates \
chromium/stable \
chromium-common/stable \
graphicsmagick \
ghostscript \
mc
msg_ok "Installed Dependencies"