summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-23 20:11:48 -0400
committerJune McEnroe <june@causal.agency>2018-07-23 20:11:48 -0400
commitcc394518318010846c0d2d79f4e41547d42cdf43 (patch)
treed47a3cda5389249255edb5b087cbff032cf0c108 /install.sh
parentAdd monday.local to ssh (diff)
downloadsrc-cc394518318010846c0d2d79f4e41547d42cdf43.tar.gz
src-cc394518318010846c0d2d79f4e41547d42cdf43.zip
Remove nasm from install
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 1eb0dc8a..d62ffa3e 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e -u
 
-any='gnupg htop nasm neovim sl the_silver_searcher tree'
+any='gnupg htop neovim sl the_silver_searcher tree'
 brew="$any ddate git openssh"
 pkg="$any curl ddate sudo zsh"
 pacman="$any base-devel ctags gdb openssh zsh"