1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Merge pull request #426 from web-connect/patch-1

Fixing typos
This commit is contained in:
Vladimir Iakovlev 2016-01-08 16:37:23 +03:00
commit ec64fbd5ea

View File

@ -9,9 +9,9 @@ installed () {
}
install_thefuck () {
# Install os dependencies:
# Install OS dependencies:
if installed apt-get; then
# Debian/ubuntu:
# Debian/Ubuntu:
sudo apt-get update -yy
sudo apt-get install -yy python-pip python-dev command-not-found python-gdbm
@ -25,7 +25,7 @@ install_thefuck () {
brew update
brew install python
else
# Genreic way:
# Generic way:
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
rm get-pip.py