improved install script

This commit is contained in:
Adrien Luxey 2019-02-08 11:41:43 +01:00
parent f7567f3a27
commit cc5d8a0c57
1 changed files with 1 additions and 1 deletions

View File

@ -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