From 8ddb61ae89f9385c6b8afd981748d8615c23bf3f Mon Sep 17 00:00:00 2001 From: nvbn Date: Thu, 12 Nov 2015 18:43:15 +0800 Subject: [PATCH] #N/A Add python-gdbm to install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 505e494..6901b9d 100755 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ install_thefuck () { if installed apt-get; then # Debian/ubuntu: sudo apt-get update -yy - sudo apt-get install -yy python-pip python-dev command-not-found + sudo apt-get install -yy python-pip python-dev command-not-found python-gdbm if [[ -n $(apt-cache search python-commandnotfound) ]]; then # In case of different python versions: