mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-27 14:47:18 +02:00
directus: add build-essential dependency (#16858)
This commit is contained in:
committed by
GitHub
parent
c47b60e275
commit
35b378761c
@@ -13,6 +13,10 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y build-essential
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
NODE_VERSION="22" setup_nodejs
|
||||
PG_VERSION="17" setup_postgresql
|
||||
PG_DB_NAME="directus" PG_DB_USER="directus" setup_postgresql_db
|
||||
|
||||
Reference in New Issue
Block a user