- Have your TV rooted
- Open Terminal with SSH client or dev-manager-desktop
- Run
curl -fsSL https://gist.github.com/pratikngupta/a913e13b90897b2542cf3a03c18da448/raw/webosbrew-install-tailscale.sh | sh
and wait for it to finish
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
FROM alpine:latest | |
ENV DEBIAN_FRONTEND=noninteractive | |
RUN apk update && \ | |
apk add --no-cache \ | |
go \ | |
python3 \ | |
py3-pip \ | |
openjdk21-jdk \ |