aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2020-03-18 16:20:32 +0100
committerGitHub <noreply@github.com>2020-03-18 16:20:32 +0100
commitb4f405ec168a5c8c71fb5146d0778233ddc3e44d (patch)
treeb5f5c45a4a235cc4785db1f1acf292fec3712da5
parent285d9961e53e011ba119db4fdaf4474817624cfd (diff)
downloaddotfiles-b4f405ec168a5c8c71fb5146d0778233ddc3e44d.tar.gz
dotfiles-b4f405ec168a5c8c71fb5146d0778233ddc3e44d.zip
Update install_mac.sh
-rwxr-xr-xinstall/install_mac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/install_mac.sh b/install/install_mac.sh
index d26ed16..b7be87f 100755
--- a/install/install_mac.sh
+++ b/install/install_mac.sh
@@ -32,7 +32,7 @@ fi
dlgYN "> Install \"Highlight, atool, w3m, mediainfo\"" res
if [ $res -eq 1 ]; then
tput sc
- bew install highlight atool w3m mediainfo
+ brew install highlight atool w3m mediainfo
tput rc; tput ed
fi