kpcli installer for Termux
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
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