update apt
This commit is contained in:
parent
d3efda872d
commit
d8567526c6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue