mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
Merge branch 'master' into simplify-shells
This commit is contained in:
commit
20adefbe7d
@ -15,7 +15,7 @@ install_thefuck () {
|
||||
sudo apt-get update -yy
|
||||
sudo apt-get install -yy python-pip python-dev command-not-found python-gdbm
|
||||
|
||||
if [[ -n $(apt-cache search python-commandnotfound) ]]; then
|
||||
if [ -n "$(apt-cache search python-commandnotfound)" ]; then
|
||||
# In case of different python versions:
|
||||
sudo apt-get install -yy python-commandnotfound
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user