From dd40e302ce6168d581ddc2d68540d3b565d7d224 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 14 Apr 2017 18:50:52 +0100 Subject: [PATCH] Added winbind --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8c8b550..1279ca4 100755 --- a/install.sh +++ b/install.sh @@ -50,8 +50,8 @@ sudo locale-gen "en_IE.UTF-8" #install default packages curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo add-apt-repository ppa:neovim-ppa/stable -y -sudo apt-get update -sudo apt-get install -y exuberant-ctags build-essential cmake python-dev python3-dev libssl-dev vim-youcompleteme autojump nodejs htop ncdu python-pip python3-pip byobu zsh vim-gtk python-setuptools neovim tree git-extras +sudo apt update +sudo apt install -y exuberant-ctags build-essential cmake python-dev python3-dev libssl-dev vim-youcompleteme autojump nodejs htop ncdu python-pip python3-pip byobu zsh vim-gtk python-setuptools neovim tree git-extras winbind sudo pip install --upgrade pip sudo pip install --upgrade neovim sudo pip3 install --upgrade neovim