mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 20:47:48 +00:00
6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/bash
|
|
|
|
if [[ -z "${OMARCHY_CHROOT_INSTALL:-}" ]]; then
|
|
omarchy-install-firewall
|
|
fi
|