read root pass

This commit is contained in:
ViktorBarzin 2018-01-13 22:37:06 +00:00
parent 521902adda
commit 2899c773e6

View file

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