summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-10-04 19:11:27 -0400
committerJune McEnroe <june@causal.agency>2017-10-04 19:11:27 -0400
commit74b1f322ff8477c176b20299296a85d1c3f089cc (patch)
treeebe94c297f3898fda70723a717ea7fc309e17cf3 /install.sh
parentRewrite xx.c (diff)
downloadsrc-74b1f322ff8477c176b20299296a85d1c3f089cc.tar.gz
src-74b1f322ff8477c176b20299296a85d1c3f089cc.zip
Add nasm to install.sh
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
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() {