From 656d2d9697d6056527035b9cf4f177ad61f98d46 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Wed, 12 Feb 2025 22:19:29 +0200 Subject: [PATCH] Add `update.sh` Signed-off-by: George Kaklamanos --- update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..26a031d --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/sh +yunohost tools update +yunohost tools upgrade system +yunohost tools upgrade apps +systemctl reboot