apps: add Plex HTPC, Emby Theater, and FreeTube (YouTube ad-free) #973
Annotations
1 error
|
Build and Push
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e\napt-get update\napt-get install -y --no-install-recommends $REQUIRED_PACKAGES ca-certificates curl jq\n\nURL=$(curl -fsSL https://api.github.com/repos/FreeTubeApp/FreeTube/releases/latest \\\n | jq -r '.assets[] | select(.name | test(\"amd64\\\\.deb$\")) | .browser_download_url' \\\n | head -n1)\n\nif [ -z \"$URL\" ] || [ \"$URL\" = \"null\" ]; then\n echo \"Failed to resolve FreeTube .deb download URL\" >&2\n exit 1\nfi\n\ncurl -fsSL -o /tmp/freetube.deb \"$URL\"\napt-get install -y /tmp/freetube.deb\nrm -f /tmp/freetube.deb\n\napt-get autoremove -y\nrm -rf /var/lib/apt/lists/*\n" did not complete successfully: exit code: 1
|
Loading