From 4bdf8f0f1270c8c8f52282cc4bd682c5422d87bf Mon Sep 17 00:00:00 2001 From: vhsdream Date: Thu, 6 Mar 2025 17:54:09 -0500 Subject: [PATCH] Add new deps for v0.23 --- ct/hoarder.sh | 1 + install/hoarder-install.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ct/hoarder.sh b/ct/hoarder.sh index 15d96efab..ddc46586c 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -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 diff --git a/install/hoarder-install.sh b/install/hoarder-install.sh index 61ee8b8c6..b0fc7f0d5 100644 --- a/install/hoarder-install.sh +++ b/install/hoarder-install.sh @@ -24,6 +24,8 @@ $STD apt-get install -y \ ca-certificates \ chromium/stable \ chromium-common/stable \ + graphicsmagick \ + ghostscript \ mc msg_ok "Installed Dependencies"