5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
queue_apt_install ufw;
|
|
|
|
queue_firewall_rule allow 22/tcp comment ssh;
|