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
# Moonlight embedded for libreelec | |
# See https://github.com/clarkemw/moonlight-embedded-launcher for installation instructions | |
# See https://github.com/irtimmer/moonlight-embedded/wiki/Usage for command instructions | |
# | |
# Run syntax: | |
# docker run -it -v moonlight-home:/home/moonlight-user \ | |
# -v /var/run/dbus:/var/run/dbus --device /dev/vchiq:/dev/vchiq \ | |
# moonlight [action] (options) [host] | |
# |
OlderNewer