Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2024-05-06 14:48:20 +10:00
117 changed files with 413 additions and 238 deletions
+1
View File
@@ -76,6 +76,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
pnpm install
pnpm build
systemctl start homepage
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated Homepage to v${RELEASE}"
else
msg_ok "No update required. ${APP} is already at ${RELEASE}"