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
commit85135ce8792c8b93b31e62c0b133ae1c16f85cfe (patch)
treef6234aee849abbe9c97b016279ae06690bcb760b /install.sh
parentEmulate 1sh prompts in bash (diff)
downloadsrc-85135ce8792c8b93b31e62c0b133ae1c16f85cfe.tar.gz
src-85135ce8792c8b93b31e62c0b133ae1c16f85cfe.zip
Remove mksh
Diffstat (limited to 'install.sh')
-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'