Skip to content

Instantly share code, notes, and snippets.

@vaites
Last active February 2, 2024 15:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save vaites/131af104d3c0495b1471 to your computer and use it in GitHub Desktop.
Save vaites/131af104d3c0495b1471 to your computer and use it in GitHub Desktop.
kpcli installer for Termux
apt 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.0.pl -N -O /data/data/com.termux/files/usr/bin/kpcli
chmod +x /data/data/com.termux/files/usr/bin/kpcli
perl -pi -e 's/\/usr\/bin\/perl/\/data\/data\/com.termux\/files\/usr\/bin\/perl/g' /data/data/com.termux/files/usr/bin/kpcli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment