fix typos in package installations
This commit is contained in:
5
main.sh
5
main.sh
@@ -20,7 +20,7 @@ echo "* install drivers & such" | tee todo.md -a
|
|||||||
|
|
||||||
# Install some apt packages
|
# Install some apt packages
|
||||||
sudo apt-get upgrade -y
|
sudo apt-get upgrade -y
|
||||||
sudo apt-get install -y curl git jq build-essentials unzip tree # for development
|
sudo apt-get install -y curl git jq build-essential unzip tree # for development
|
||||||
sudo apt-get install -y ripgrep # I honestly don't remember why I installed these
|
sudo apt-get install -y ripgrep # I honestly don't remember why I installed these
|
||||||
echo "* globstar?" | tee todo.md -a
|
echo "* globstar?" | tee todo.md -a
|
||||||
|
|
||||||
@@ -113,7 +113,8 @@ sudo apt-get install -y calc
|
|||||||
sudo apt-get install -y openssh-server
|
sudo apt-get install -y openssh-server
|
||||||
|
|
||||||
# Wine (run windoze apps)
|
# Wine (run windoze apps)
|
||||||
sudo apt-get install -y winehq
|
sudo add-apt-repository ppa:ubuntu-wine/ppa
|
||||||
|
sudo apt-get install -y wine
|
||||||
|
|
||||||
# Gpick (color picker)
|
# Gpick (color picker)
|
||||||
sudo apt-get install -y gpick
|
sudo apt-get install -y gpick
|
||||||
|
|||||||
Reference in New Issue
Block a user