diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2020-03-18 16:20:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 16:20:32 +0100 |
commit | b4f405ec168a5c8c71fb5146d0778233ddc3e44d (patch) | |
tree | b5f5c45a4a235cc4785db1f1acf292fec3712da5 | |
parent | 285d9961e53e011ba119db4fdaf4474817624cfd (diff) | |
download | dotfiles-b4f405ec168a5c8c71fb5146d0778233ddc3e44d.tar.gz dotfiles-b4f405ec168a5c8c71fb5146d0778233ddc3e44d.zip |
Update install_mac.sh
-rwxr-xr-x | install/install_mac.sh | 2 |
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 |