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