Skip to content

Instantly share code, notes, and snippets.

@alaricljs
Forked from vaites/kpcli-installer.sh
Last active October 10, 2018 12:00
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 alaricljs/06d1970c29ab3feef61c645141835068 to your computer and use it in GitHub Desktop.
Save alaricljs/06d1970c29ab3feef61c645141835068 to your computer and use it in GitHub Desktop.
kpcli installer for Termux
pkg install perl
cpan Crypt::Rijndael
cpan Term::ReadKey
cpan Sort::Naturally
cpan File::KeePass
cpan Term::ShellUI
cpan Term::ReadLine::Perl5
wget http://netcologne.dl.sourceforge.net/project/kpcli/kpcli-3.2.pl -N -O ${PREFIX}/bin/kpcli
chmod +x ${PREFIX}/bin/kpcli
# not needed due to termux-exec # termux-fix-shebang ${PREFIX}/bin/kpcli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment