summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
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'