read root pass
This commit is contained in:
parent
521902adda
commit
2899c773e6
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue