From be744f20ba3637fbd4df360463f3be84cc940c67 Mon Sep 17 00:00:00 2001 From: Justin Turner Date: Thu, 7 Jan 2016 09:36:37 -0600 Subject: [PATCH] Fixing typos --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 6901b9d5..3ed9b749 100755 --- a/install.sh +++ b/install.sh @@ -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