mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
Fix (#11196)
This commit is contained in:
parent
6767ea4420
commit
427986deaf
2 changed files with 3 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ function update_script() {
|
|||
|
||||
setup_mariadb
|
||||
NODE_VERSION="22" setup_nodejs
|
||||
ensure_dependencies git
|
||||
|
||||
msg_info "Updating Ghost"
|
||||
if command -v ghost &>/dev/null; then
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@ msg_info "Installing Dependencies"
|
|||
$STD apt install -y \
|
||||
nginx \
|
||||
ca-certificates \
|
||||
libjemalloc2
|
||||
libjemalloc2 \
|
||||
git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
setup_mariadb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue