mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-14 20:44:57 +02:00
fix: add build-essential dependency to fluid-calendar install script
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,9 @@ network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y zip
|
||||
$STD apt install -y \
|
||||
build-essential \
|
||||
zip
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PG_VERSION="17" setup_postgresql
|
||||
|
||||
Reference in New Issue
Block a user