From 861fc17504294f361f09113f94a1b4f89fabeec2 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Fri, 26 Sep 2025 13:03:18 +0200 Subject: [PATCH] =?utf8?q?Dodanie=20bazy=20dla=20narz=C4=99dzia=20immudex-?= =?utf8?q?run?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- immudex-run.base | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 immudex-run.base diff --git a/immudex-run.base b/immudex-run.base new file mode 100644 index 0000000..b9b39fe --- /dev/null +++ b/immudex-run.base @@ -0,0 +1,7 @@ +#!/bin/bash + +NATIVE_HOME_DIR="/home/${USER}"; +WORKING_HOME_DIR="/ic0"; + +APPS=("nextcloud" "keepassxc"); +CONFIG_DIRS=(".config/Nextcloud,.cache/Nextcloud,.local/share/Nextcloud" ".config/keepassxc,.cache/keepassxc"); -- 2.39.5