Merge with security folder PR

This commit is contained in:
afonsofrancof 2024-07-30 21:57:53 +01:00
parent ccf22dec89
commit 71c81b2302
No known key found for this signature in database

View File

@ -77,15 +77,15 @@ impl CustomList {
},
ListNode {
name: "Security",
command: ""
command: Command::None
} => {
ListNode {
name: "Firewall Baselines (CTT)",
command: with_common_script!("commands/security/firewall-baselines.sh"),
command: Command::LocalFile("security/firewall-baselines.sh"),
}
},
ListNode {
name: "Titus Dotfiles",
name: "Applications Setup",
command: Command::None
} => {
ListNode {