What happened?
In scripts/install-stack.sh, there is
fetch_file "scripts/youtube-egress-relay.mjs" "${INSTALL_DIR}/scripts/youtube-egress-relay.mjs"
which calls
+ curl -fsSL --retry 3 https://raw.githubusercontent.com/TypeType-Video/TypeType/main/scripts/youtube-egress-relay.mjs
which returns
curl: (22) The requested URL returned error: 404
since it's not there and
git log -p -- scripts/youtube-egress-relay.mjs
in this repo shows nothing.
Steps to reproduce
curl -fsSL https://raw.githubusercontent.com/TypeType-Video/TypeType/main/scripts/install-stack.sh | bash
Area
Not sure
Channel
main (stable)
Anything else?
No response
What happened?
In
scripts/install-stack.sh, there iswhich calls
which returns
since it's not there and
in this repo shows nothing.
Steps to reproduce
Area
Not sure
Channel
main (stable)
Anything else?
No response