From cc5d8a0c574fbf85fceb4ea323633b0e366598c5 Mon Sep 17 00:00:00 2001 From: Adrien Luxey Date: Fri, 8 Feb 2019 11:41:43 +0100 Subject: [PATCH] improved install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7df5bf2..9bce084 100755 --- a/install.sh +++ b/install.sh @@ -47,7 +47,7 @@ function installDependencies { # Dependencies sudo apt update > /dev/null 2>&1 - sudo apt install -y apt-transport-https curl zsh fonts-powerline > /dev/null 2>&1 + sudo apt install -y apt-transport-https curl zsh fonts-powerline autojump > /dev/null 2>&1 # Install Sublime Text if [[ ${INSTALL_SUBLIME} -eq 1 ]]; then