All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
This file contains hidden or 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
#!/usr/bin/python | |
#a program that uses pyPdf to add an outline--basically, an | |
#interactive table of contents--to a given PDF file. | |
#use is: | |
# addindex.py thefile.pdf toc.json | |
# the file is not written in-place; a copy is written to "output.pdf" | |
# the file toc.json--which can be named anything--is a simple json |