summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-10-04 19:11:27 -0400
committerJune McEnroe <programble@gmail.com>2017-10-04 19:11:27 -0400
commite68b65d351f3ea3631d11be804d26de7e8ad7101 (patch)
tree43d9bcab025879bfe5c861c954e75a35b4385e0d /install.sh
parentRewrite xx.c (diff)
downloadsrc-e68b65d351f3ea3631d11be804d26de7e8ad7101.tar.gz
src-e68b65d351f3ea3631d11be804d26de7e8ad7101.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() {