mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
fix(installer): stderr logging, /dev/tty reinstall prompt, hardened download (#1079)
* fix(installer): write logs to stderr so the download URL isn't polluted * fix(installer): read the reinstall prompt from /dev/tty * fix(installer): add --fail --globoff to the package download * fix(installer): degrade gracefully when no controlling terminal is available
This commit is contained in:
@@ -378,6 +378,13 @@ const CONTRIBUTOR_ENTRIES = [
|
||||
'Long-press album Play to shuffle with hold progress animation (PR #888)',
|
||||
],
|
||||
},
|
||||
{
|
||||
github: 'kbennett2000',
|
||||
since: '1.48.0',
|
||||
contributions: [
|
||||
'Linux auto-install script — fix curl | sudo bash URL capture bug (PR #1079)',
|
||||
],
|
||||
},
|
||||
] as const;
|
||||
|
||||
// PR number of a contributor's first listed contribution, used as the
|
||||
|
||||
Reference in New Issue
Block a user