Citadel 0.5.4

This commit is contained in:
Aaron Dewes 2021-11-08 19:02:56 +00:00
parent d5f5dba0bf
commit 526555a486
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"version": "0.5.3",
"name": "Citadel 0.5.3",
"name": "Citadel 0.5.4",
"requires": ">=0.4.1",
"notes": "This update reduces the CPU usage by fixing a bug which caused background scripts to run in a loop for ever without waiting in between. It also fies the storage, RAM and CPU temp widget on the dashboard."
"notes": "🚀 Performance boost for Raspberry Pi users: When you're on a Raspberry Pi, this update should speed up your nodes CPU. For this change to take effect, you need to reboot your node. This update also improves compatibilty with Compute Module 4 based boards like the BitPiRat."
}

View File

@ -58,6 +58,9 @@ if [[ ! -z "${CITADEL_OS:-}" ]]; then
install -m 644 "${service_path}" "/etc/systemd/system/${service_name}"
systemctl enable "${service_name}"
done
# Apply config.txt changes
curl https://raw.githubusercontent.com/runcitadel/os/main/stage1/00-boot-files/files/config.txt > /boot/config.txt
fi
# Checkout to the new release