mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-22 12:58:33 +00:00
Fixing typos
This commit is contained in:
parent
1b12cd85e9
commit
be744f20ba
@ -9,9 +9,9 @@ installed () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_thefuck () {
|
install_thefuck () {
|
||||||
# Install os dependencies:
|
# Install OS dependencies:
|
||||||
if installed apt-get; then
|
if installed apt-get; then
|
||||||
# Debian/ubuntu:
|
# Debian/Ubuntu:
|
||||||
sudo apt-get update -yy
|
sudo apt-get update -yy
|
||||||
sudo apt-get install -yy python-pip python-dev command-not-found python-gdbm
|
sudo apt-get install -yy python-pip python-dev command-not-found python-gdbm
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ install_thefuck () {
|
|||||||
brew update
|
brew update
|
||||||
brew install python
|
brew install python
|
||||||
else
|
else
|
||||||
# Genreic way:
|
# Generic way:
|
||||||
wget https://bootstrap.pypa.io/get-pip.py
|
wget https://bootstrap.pypa.io/get-pip.py
|
||||||
sudo python get-pip.py
|
sudo python get-pip.py
|
||||||
rm get-pip.py
|
rm get-pip.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user