summary refs log tree commit diff
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
parentAdd monday.local to ssh (diff)
downloadsrc-bfa0dc4c15f1d0f49bf087e292705f4840bae33d.tar.gz
src-bfa0dc4c15f1d0f49bf087e292705f4840bae33d.zip
Remove nasm from install
-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"
torus/commit/client.c?h=v1&id=1e4da915cc0ff567c9d607a8cb9481a9f0b24c9b&follow=1'>Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe