From 59bc512595d394adfe873e5b202a7746fb81106c Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Sun, 28 Jan 2024 08:49:29 +0100 Subject: [PATCH] fix: fsguard does not find its pyscript deferring sources removal to post-fsguard --- recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.yml b/recipe.yml index 3b6a232..30860c0 100644 --- a/recipe.yml +++ b/recipe.yml @@ -87,7 +87,6 @@ modules: - apt autoremove -y - apt clean - lpkg --lock - - rm -rf /sources - name: fsguard type: fsguard @@ -102,3 +101,4 @@ modules: - rm -rf /FsGuard - rm -f ./minisign.pub ./minisign.key - chmod +x /usr/sbin/init + - rm -rf /sources