mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-14 19:29:48 +00:00
Add new deps for v0.23
This commit is contained in:
parent
7cbb8947ff
commit
4bdf8f0f12
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -24,6 +24,8 @@ $STD apt-get install -y \
|
|||
ca-certificates \
|
||||
chromium/stable \
|
||||
chromium-common/stable \
|
||||
graphicsmagick \
|
||||
ghostscript \
|
||||
mc
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue