mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-13 00:50:01 +00:00
Hoarder: v0.23.0 dependency update (#2958)
* Add new deps for v0.23 * Temporary git clone of Hoarder for testing * Temporary change of func paths for testing * Revert "Temporary change of func paths for testing" This reverts commitbf44096575
. * Revert "Temporary git clone of Hoarder for testing" This reverts commitd7f05515bd
. * Small fix to hoarder update * add check for release version
This commit is contained in:
parent
cc0ce1a756
commit
824e091a67
@ -37,6 +37,9 @@ function update_script() {
|
||||
if [[ $(corepack -v) < "0.31.0" ]]; then
|
||||
$STD npm install -g corepack@0.31.0
|
||||
fi
|
||||
if [[ "${PREV_RELEASE}" < 0.23.0 ]]; then
|
||||
$STD apt-get install -y graphicsmagick ghostscript
|
||||
fi
|
||||
cd /opt
|
||||
if [[ -f /opt/hoarder/.env ]] && [[ ! -f /etc/hoarder/hoarder.env ]]; then
|
||||
mkdir -p /etc/hoarder
|
||||
|
@ -24,6 +24,8 @@ $STD apt-get install -y \
|
||||
ca-certificates \
|
||||
chromium/stable \
|
||||
chromium-common/stable \
|
||||
graphicsmagick \
|
||||
ghostscript \
|
||||
mc
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user