From 89bcf436a9eed11aefffc674bb1ee7e4274fc623 Mon Sep 17 00:00:00 2001 From: daniwe4 Date: Mon, 23 Mar 2026 14:34:21 +0100 Subject: [PATCH] master add update file for release 20260323 --- app/src/App.php | 2 +- setup/updates/update-20260323.sh | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 setup/updates/update-20260323.sh diff --git a/app/src/App.php b/app/src/App.php index bbb4dce1..96d4c785 100644 --- a/app/src/App.php +++ b/app/src/App.php @@ -9,7 +9,7 @@ class App extends Application { - const NAME = "Doil Version 20260319 - build 2026-03-19"; + const NAME = "Doil Version 20260323 - build 2026-03-23"; public function __construct(Command ...$commands) { diff --git a/setup/updates/update-20260323.sh b/setup/updates/update-20260323.sh new file mode 100644 index 00000000..08a9114a --- /dev/null +++ b/setup/updates/update-20260323.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +doil_update_20260323() { + cp -r ${SCRIPT_DIR}/../app/src/* /usr/local/lib/doil/app/src/ + cp -r ${SCRIPT_DIR}/../setup/stack/states/ilias-update-hook/* /usr/local/share/doil/stack/states/ilias-update-hook/ + + return $? +} \ No newline at end of file