LMS-Community / slimserver-vendor

Third-party software used with Lyrion Music Server
https://lyrion.org
42 stars 68 forks source link

(feat): Make x86 arch renaming optional. #69

Closed fsbruva closed 5 years ago

fsbruva commented 5 years ago

This adds an optional commandline knob '-r', which will bypass the renaming of all x86-linux architectures to i386, to fix a user-reported issue. If the knob is omitted, the existing script behavior is preserved (all x86 archs are renamed).

Closes #2.

mherger commented 5 years ago

Looking easy enough. Thanks!