From 526555a48630158abaf0bcc4d725d412cd5fc660 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Mon, 8 Nov 2021 19:02:56 +0000 Subject: [PATCH] Citadel 0.5.4 --- info.json | 4 ++-- scripts/update/01-run.sh | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/info.json b/info.json index a2f39ce..b405e1a 100644 --- a/info.json +++ b/info.json @@ -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." } diff --git a/scripts/update/01-run.sh b/scripts/update/01-run.sh index a19773c..47da662 100755 --- a/scripts/update/01-run.sh +++ b/scripts/update/01-run.sh @@ -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