mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-10 12:37:45 +00:00
6 lines
85 B
Bash
6 lines
85 B
Bash
#!/bin/bash
|
|
|
|
if -z "${OMARCHY_CHROOT_INSTALL:-}"; then
|
|
omarchy-install-firewall
|
|
fi
|