From e68b65d351f3ea3631d11be804d26de7e8ad7101 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 4 Oct 2017 19:11:27 -0400 Subject: Add nasm to install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 09ee21f7..77e8b734 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eu -common='gdb gnupg htop sl the_silver_searcher tree' +common='gdb gnupg htop nasm sl the_silver_searcher tree' homebrew=https://raw.githubusercontent.com/Homebrew/install/master/install macos() { -- cgit 1.4.1