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).
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 Isudo 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).