Compare commits

...

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
81d782933f fix: add ensure_dependencies build-essential in update_script
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
2026-03-05 19:50:37 +00:00
copilot-swe-agent[bot]
daf3eb39a6 fix: add build-essential dependency to fluid-calendar install script
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
2026-03-05 19:49:02 +00:00
copilot-swe-agent[bot]
e544cf22fb Initial plan 2026-03-05 19:47:56 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ function update_script() {
exit
fi
ensure_dependencies build-essential
NODE_VERSION="24" setup_nodejs
if check_for_gh_release "fluid-calendar" "dotnetfactory/fluid-calendar"; then

View File

@@ -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