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 tar\n\nURL=$(curl -fsSL https://api.github.com/repos/MediaBrowser/emby-theater-electron/releases/latest \\\n | jq -r '.assets[] | select(.name | test(\"linux.*x64.*\\\\.tar\\\\.gz$\")) | .browser_download_url' \\\n | head -n1)\n\nif [ -z \"$URL\" ] || [ \"$URL\" = \"null\" ]; then\n echo \"Failed to resolve Emby Theater tarball URL\" >&2\n exit 1\nfi\n\nmkdir -p /opt/emby-theater\ncurl -fsSL -o /tmp/emby-theater.tar.gz \"$URL\"\ntar -xzf /tmp/emby-theater.tar.gz -C /opt/emby-theater --strip-components=1\nrm -f /tmp/emby-theater.tar.gz\n\nBIN=$(find /opt/emby-theater -maxdepth 2 -type f \\( -name 'emby-theater' -o -name 'embytheater' \\) | head -n1)\nif [ -z \"$BIN\" ]; then\n echo \"Could not locate emby-theater binary inside tarball\" >&2\n exit 1\nfi\nln -sf \"$BIN\" /usr/local/bin/emby-theater\nchmod +x \"$BIN\"\n\napt-get autoremove -y\nrm -rf /var/lib/apt/lists/*\n" did not complete successfully: exit code: 1
|
Loading