Created
April 15, 2014 11:30
-
-
Save jonasmalacofilho/10724703 to your computer and use it in GitHub Desktop.
Install keepass from Debian/unstable on Ubuntu
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
# Assumes debian/unstable source repository on /etc/apt/sources.lists | |
# Assumes updated apt cache | |
deb: | |
fakeroot apt-get source --build keepass2 | |
install: | |
sudo dpkg -i *.deb | |
rm *.deb | |
@phony: install deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment