-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor: ErsatzTV Script #3365
Conversation
/dev/dri/renderD128 is not a device
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, this makes @tremor021 PR not needed anymore?
yep its an full refactor |
temp_file=$(mktemp) | ||
wget -qO- https://github.com/ErsatzTV/ErsatzTV/releases/download/${RELEASE}/ErsatzTV-${RELEASE}-linux-x64.tar.gz -O "$temp_file" | ||
tar -xzf "$temp_file" | ||
mv /opt/ErsatzTV-${RELEASE}-linux-x64 /opt/ErsatzTV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change because it assumes a person is in /opt when they run update
. I'd suggest removing "/opt/" from the source so it will use the CWD
✍️ Description
Use now the latest ffmpeg (web-ui give an hint, use 6.1 but 7.0 work like charme)
general refactoring with update function
🔗 Related PR / Issue
Link: #3339
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README
,AppName.md
,CONTRIBUTING.md
, or other docs.