Skip to content

Commit

Permalink
fix: fsguard does not find its pyscript
Browse files Browse the repository at this point in the history
deferring sources removal to post-fsguard
  • Loading branch information
mirkobrombin committed Jan 28, 2024
1 parent b1e0296 commit 59bc512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ modules:
- apt autoremove -y
- apt clean
- lpkg --lock
- rm -rf /sources

- name: fsguard
type: fsguard
Expand All @@ -102,3 +101,4 @@ modules:
- rm -rf /FsGuard
- rm -f ./minisign.pub ./minisign.key
- chmod +x /usr/sbin/init
- rm -rf /sources

0 comments on commit 59bc512

Please sign in to comment.