From 1127b5fc64c55f98346768cf5f32c0e7fa944518 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 24 Sep 2022 11:59:53 +0100 Subject: [PATCH] Remove keepingyouawake Signed-off-by: Marcus Noble --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8d8f062..2a84d62 100644 --- a/install.sh +++ b/install.sh @@ -39,7 +39,7 @@ BREW_TOOLS=( # Brew tools only available / needed on Mac MAC_BREW_TOOLS=( pinentry-mac gpg gawk coreutils wget stats homebrew/cask-fonts/font-open-dyslexic-nerd-font - keepingyouawake hiddenbar + hiddenbar ) CARGO_TOOLS=( bottom ) NODE_TOOLS=( git-split-diffs )