chore: bump copyright to 2026 - happy new year (#10585)

* chore: bump copyright to 2026 - happy new year

* fix

* meilisearch fix source url

* livebook: fix space

* fix source cmd

* fix source cmd
This commit is contained in:
Tobias
2026-01-06 13:28:12 +01:00
committed by GitHub
parent 47447d18b3
commit c1fe8b91b4
896 changed files with 1116 additions and 1116 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Copyright (c) 2021-2025 community-scripts ORG
# Copyright (c) 2021-2026 community-scripts ORG
# Author: MickLesk (CanbiZ)
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://actualbudget.org/
@@ -23,7 +23,7 @@ NODE_VERSION="22" setup_nodejs
create_self_signed_cert
msg_info "Installing Actual Budget"
cd /opt
cd /opt || exit
RELEASE=$(get_latest_github_release "actualbudget/actual")
mkdir -p /opt/actualbudget-data/{server-files,upload,migrate,user-files,migrations,config}
chown -R root:root /opt/actualbudget-data