improved install script
This commit is contained in:
parent
f7567f3a27
commit
cc5d8a0c57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue