diff options
Diffstat (limited to '')
-rw-r--r-- | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh index 010c9082..d339f0ae 100644 --- a/install.sh +++ b/install.sh @@ -1,11 +1,11 @@ #!/bin/sh set -eu -pkgAny='curl htop mksh sl the_silver_searcher tree' +pkgAny='curl htop sl the_silver_searcher tree' pkgDarwin="${pkgAny}" pkgFreeBSD="${pkgAny} ddate neovim" pkgNetBSD="${pkgAny} vim" -pkgLinux="${pkgAny} bc ctags gdb neovim openssh" +pkgLinux="${pkgAny} bc ctags gdb mksh neovim openssh" pkgsrcTag='20171103' neovimTag='v0.4.2' |