From 4ee226c941455c616f28d74b36403518d3c281bf Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 11 Nov 2023 07:41:20 -0700 Subject: [PATCH] bugfix fix the thing --- setup/os.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/os.zsh b/setup/os.zsh index 11c2b7f..1b400aa 100644 --- a/setup/os.zsh +++ b/setup/os.zsh @@ -43,6 +43,8 @@ OS__INSTALL_SOURCE_DEPENDENCIES() { [ $COMPILE_DMENU ] && [[ $COMPILE_DMENU -eq 1 ]] \ && SCWRYPTS packages/install 'https://github.com/tiyn/dmenu' --local-name 'patched-dmenu' + + return 0 } #####################################################################