From 2899c773e6a8c89067144aeb2ccdeff47372026d Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Sat, 13 Jan 2018 22:37:06 +0000 Subject: [PATCH] read root pass --- setup-env.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-env.sh b/setup-env.sh index bf84361..6b95251 100755 --- a/setup-env.sh +++ b/setup-env.sh @@ -5,9 +5,11 @@ sudo apt update sudo apt upgrade --assume-yes sudo apt install zsh \ python-pip --assume-yes +echo "Enter root password:" +read -s password # Setup oh-my-zsh echo "#######################################" -wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh && chmod +x install.sh && ./install.sh && \ +wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh && chmod +x install.sh && echo "$password" | ./install.sh && \ echo "DAAAAAAAAAAAA#######################################" # Setup config files