From dfb954564bd3a3ab5cf8eaf3f873e812407ecde4 Mon Sep 17 00:00:00 2001 From: tristaan Date: Sat, 11 Nov 2023 20:03:21 +0100 Subject: [PATCH] install.sh: typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 71e4b06..f99c294 100755 --- a/install.sh +++ b/install.sh @@ -46,7 +46,7 @@ do rm -r trizen* elif [[ $machine == 'Darwin' ]]; then NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" - berew install alacritty terminus + brew install alacritty terminus fi fi done