Skip to content

Instantly share code, notes, and snippets.

@YokiToki
Created May 19, 2016 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YokiToki/5ee2b5b80371fd1130a902cd6e9af948 to your computer and use it in GitHub Desktop.
Save YokiToki/5ee2b5b80371fd1130a902cd6e9af948 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update && sudo apt-get install python-gi && sudo apt-get install python-setuptools
wget https://pypi.python.org/packages/de/8c/f8f5d38b4f26893af267ea0b39023d4951705ab0413a39e0cf7cf4900505/python-pam-1.8.2.tar.gz
tar xfz python-pam-1.8.2.tar.gz
cd python-pam-1.8.2
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment