From 12ac54bfa66224631ca357ca5f9c4885b4a7f3e0 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Thu, 8 Mar 2018 20:38:51 +0800 Subject: [PATCH] Fix error install Signed-off-by: Ein Verne --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1942730..4fa0634 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ VIMDIR=${1:-$HOME} sudo apt-get install -y git zsh zsh-antigen vim vim-gtk tmux chsh -s $(which zsh) sudo apt-get install -y exuberant-ctags -sudo apt-get install -y sudo apt-get install htop tree zip unzip wget nethogs +sudo apt-get install -y htop tree zip unzip wget nethogs VIM_SERVER="https://raw.githubusercontent.com/wklken/vim-for-server/master/vimrc" # sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"