6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/bash
|
|
|
|
if [[ -z "${OMARCHY_CHROOT_INSTALL:-}" ]]; then
|
|
omarchy-install-firewall
|
|
fi
|