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

#N/A Add python-gdbm to install script

This commit is contained in:
nvbn 2015-11-12 18:43:15 +08:00
parent fe91008a9c
commit 8ddb61ae89

View File

@ -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: