Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -12114,7 +12114,7 @@ defense-evasion:
|
||||
iptables NOT installed *****\n"; exit 1; fi
|
||||
|
||||
'
|
||||
get_prereq_command: 'echo ""
|
||||
get_prereq_command: 'sudo apt-get install iptables
|
||||
|
||||
'
|
||||
executor:
|
||||
|
||||
@@ -6950,7 +6950,7 @@ defense-evasion:
|
||||
iptables NOT installed *****\n"; exit 1; fi
|
||||
|
||||
'
|
||||
get_prereq_command: 'echo ""
|
||||
get_prereq_command: 'sudo apt-get install iptables
|
||||
|
||||
'
|
||||
executor:
|
||||
|
||||
@@ -826,7 +826,7 @@ if [ ! -x "$(command -v iptables)" ]; then echo -e "\n***** iptables NOT install
|
||||
```
|
||||
##### Get Prereq Commands:
|
||||
```sh
|
||||
echo ""
|
||||
sudo apt-get install iptables
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user