mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Merge with security folder PR
This commit is contained in:
parent
ccf22dec89
commit
71c81b2302
|
@ -77,15 +77,15 @@ impl CustomList {
|
||||||
},
|
},
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Security",
|
name: "Security",
|
||||||
command: ""
|
command: Command::None
|
||||||
} => {
|
} => {
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Firewall Baselines (CTT)",
|
name: "Firewall Baselines (CTT)",
|
||||||
command: with_common_script!("commands/security/firewall-baselines.sh"),
|
command: Command::LocalFile("security/firewall-baselines.sh"),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Titus Dotfiles",
|
name: "Applications Setup",
|
||||||
command: Command::None
|
command: Command::None
|
||||||
} => {
|
} => {
|
||||||
ListNode {
|
ListNode {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user