Use omarchy-upgrade-to-quattro

This commit is contained in:
David Heinemeier Hansson
2026-06-21 12:31:06 +02:00
parent c2e5614b65
commit 428b9c7b29
10 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ networkd_units=(
systemd-networkd-resolve-hook.socket
)
if [[ ${OMARCHY_UPGRADE_TO_4_LIVE:-0} == "1" ]]; then
if [[ ${OMARCHY_UPGRADE_TO_QUATTRO_LIVE:-0} == "1" ]]; then
as_root systemctl enable NetworkManager.service >/dev/null 2>&1 || true
if systemctl is-active --quiet NetworkManager.service 2>/dev/null; then