From 8332afa133d3e67ef19c7e30c28fe25c017e0169 Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:38:09 +0200 Subject: [PATCH] fix: optional dwm --- scripts/30-dwm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/30-dwm.sh b/scripts/30-dwm.sh index 82dfb39..e1b994d 100644 --- a/scripts/30-dwm.sh +++ b/scripts/30-dwm.sh @@ -2,6 +2,8 @@ # This file configures builds and installs DWM. +[ "${NO_GRAPHICS:-no}" = "yes" ] && return 0 + # install dependencies $SUDO $PM $PM_INSTALL $PM_NOCONFIRM \ feh \