mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Merge with security folder PR
This commit is contained in:
parent
ccf22dec89
commit
71c81b2302
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user