summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-07 11:53:55 -0400
committerJune McEnroe <june@causal.agency>2020-05-07 11:53:55 -0400
commit527f23b7ada60c60744afe649d0511420fe95936 (patch)
treeb70620e95d29a9168d02f2b04c788e3cf504f71d /install.sh
parentEmulate 1sh prompts in bash (diff)
downloadsrc-527f23b7ada60c60744afe649d0511420fe95936.tar.gz
src-527f23b7ada60c60744afe649d0511420fe95936.zip
Remove mksh
Diffstat (limited to '')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 6e19edc3..29af477d 100644
--- a/install.sh
+++ b/install.sh
@@ -5,7 +5,7 @@ pkgAny='curl htop sl the_silver_searcher tree'
 pkgDarwin="${pkgAny}"
 pkgFreeBSD="${pkgAny} ddate neovim"
 pkgNetBSD="${pkgAny} vim"
-pkgLinux="${pkgAny} bc ctags gdb mksh neovim openssh"
+pkgLinux="${pkgAny} bc ctags gdb neovim openssh"
 
 pkgsrcTag='20171103'
 neovimTag='v0.4.3'