From d8567526c6d0d2883313befebccb83b7e51ce515 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Sat, 13 Jan 2018 21:41:52 +0000 Subject: [PATCH] update apt --- setup-env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup-env.sh b/setup-env.sh index fe82d7e..422b603 100755 --- a/setup-env.sh +++ b/setup-env.sh @@ -1,8 +1,9 @@ #!/bin/bash # Install zsh +sudo apt update sudo apt install zsh \ - install python-pip && \ + install python-pip # Setup oh-my-zsh sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" && \ # Password prompt