swl-x / MystiQ

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

fix install instructions for Ubuntu 20.04 #122

Closed cccaballero closed 4 years ago

danakil commented 4 years ago

Hello, I see that the last commit on INSTALL is "fix install instructions for Ubuntu 20.04". I just tried to install MystiQ on my Kubuntu 20.04. The commands: sudo sh -c "echo 'https://download.opensuse.org/repositories/home:/llamaret/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/home:llamaret.list" wget -nv https://download.opensuse.org/repositories/home:/llamaret/xUbuntu_20.04/Release.key -O Release.key sudo apt-key add - < Release.key works without problem but when I sudo apt-get update I get the error: E: Le type « https://download.opensuse.org/repositories/home:/llamaret/xUbuntu_20.04/ » est inconnu sur la ligne 1 dans la liste des sources /etc/apt/sources.list.d/home:llamaret.list E: La liste des sources ne peut être lue.

Sorry, it's in french but basically, the source file cannot be read due to an error ("type https://downlo... is unknown).