From b69326ba18ff57cd52a04dbd98607b067603b2b4 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 18 Jun 2025 17:03:13 -0400 Subject: [PATCH] [make] Don't try to guess OS --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f7458a2..1728944 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,7 @@ OS_NAME := $(shell uname -s | tr A-Z a-z) stow: stow -t ~ */ - @if [ OS_NAME = "linux" ]; then \ - dconf load / < gnome/.local/share/custom-gconf.conf \ - fi + dconf load / < gnome/.local/share/custom-gconf.conf \ deps: @echo "Installing software for ${OS_NAME} platform"