fix: move justfile hardening to gui scripts

This commit is contained in:
qoijjj
2024-08-18 21:23:47 -07:00
committed by GitHub
parent 4c04c11b90
commit 2d7b5a3ab2
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,3 @@ scripts:
- createmissingdirectories.sh
- removesuid.sh
- disablegeoclue.sh
- justfilehardening.sh

View File

@@ -1,4 +1,5 @@
type: script
scripts:
- disablecups.sh
- disablesshd.sh
- disablesshd.sh
- justfilehardening.sh