diff options
author | June McEnroe <programble@gmail.com> | 2017-10-04 19:11:27 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-10-04 19:11:27 -0400 |
commit | e68b65d351f3ea3631d11be804d26de7e8ad7101 (patch) | |
tree | 43d9bcab025879bfe5c861c954e75a35b4385e0d | |
parent | Rewrite xx.c (diff) | |
download | src-e68b65d351f3ea3631d11be804d26de7e8ad7101.tar.gz src-e68b65d351f3ea3631d11be804d26de7e8ad7101.zip |
Add nasm to install.sh
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |