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
commitbfa0dc4c15f1d0f49bf087e292705f4840bae33d (patch)
treeb91c143619112f40d9e53628dac4599198a37fb7 /install.sh
parentAdd monday.local to ssh (diff)
downloadsrc-bfa0dc4c15f1d0f49bf087e292705f4840bae33d.tar.gz
src-bfa0dc4c15f1d0f49bf087e292705f4840bae33d.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"