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