Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wildergonzo opened this issue Jun 16, 2020 · 1 comment
Closed

Comments

@wildergonzo
Copy link

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"

stdevPavelmc added a commit to stdevPavelmc/MystiQ that referenced this issue Aug 2, 2020
stdevPavelmc added a commit to stdevPavelmc/MystiQ that referenced this issue Aug 2, 2020
stdevPavelmc added a commit to stdevPavelmc/MystiQ that referenced this issue Aug 2, 2020
lfdominguez added a commit that referenced this issue Aug 2, 2020
…pdate_add_deb_ubuntu

Refs #128, Add the deb to the INSTALL file as ponited on the issue
@lfdominguez
Copy link
Collaborator

Closes as #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants