Created
May 20, 2018 06:34
-
-
Save 1nsp1r3rnzt/df030c003409491b0850b45bc92b2dc5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install KeePass 2 | |
sudo apt-get install -y keepass2 | |
# Install KeePassHTTP | |
cd $HOME | |
wget https://raw.github.com/pfn/keepasshttp/master/KeePassHttp.plgx | |
sudo mv KeePassHttp.plgx /usr/lib/keepass2 | |
sudo apt-get install -y mono-complete | |
sudo apt-get install -y libmono-system-xml-linq4.0-cil libmono-system-data-datasetextensions4.0-cil libmono-system-runtime-serialization4.0-cil mono-mcs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment