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
|
#!/bin/bash
|
||||||
|
|
||||||
# Install zsh
|
# Install zsh
|
||||||
|
sudo apt update
|
||||||
sudo apt install zsh \
|
sudo apt install zsh \
|
||||||
install python-pip && \
|
install python-pip
|
||||||
# Setup oh-my-zsh
|
# Setup oh-my-zsh
|
||||||
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" && \
|
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" && \
|
||||||
# Password prompt
|
# Password prompt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue