diff options
author | June McEnroe <june@causal.agency> | 2017-10-04 19:11:27 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-10-04 19:11:27 -0400 |
commit | 74b1f322ff8477c176b20299296a85d1c3f089cc (patch) | |
tree | ebe94c297f3898fda70723a717ea7fc309e17cf3 | |
parent | Rewrite xx.c (diff) | |
download | src-74b1f322ff8477c176b20299296a85d1c3f089cc.tar.gz src-74b1f322ff8477c176b20299296a85d1c3f089cc.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() { |