swl-x / MystiQ

Qt5/C++ FFmpeg Media Converter
https://mystiqapp.com
GNU General Public License v3.0
572 stars 83 forks source link

Missing 'deb' in INSTALL instructions to add repository for Ubuntu 20 #128

Closed wildergonzo closed 4 years ago

wildergonzo commented 4 years ago

Describe the bug In install file: https://github.com/swl-x/MystiQ/blob/master/INSTALL line 90, missing 'deb' in the suggested command to add the repository to list.

Current: sudo sh -c "echo 'https://download.opensuse.org/repositories/home:/llamaret/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/home:llamaret.list"

Expected: sudo sh -c "echo 'deb https://download.opensuse.org/repositories/home:/llamaret/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/home:llamaret.list"

lfdominguez commented 4 years ago

Closes as #136