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