View kernel.hook
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
# place in /etc/pacman.d/hooks | |
# strips the installed/upgraded kernel and places it in /boot | |
[Trigger] | |
Operation = Install | |
Operation = Upgrade | |
Type = Package | |
Target = linux | |
[Action] |
View kpcli-installer.sh
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
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 |