You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use Debian GNU/Linux sid. To install MystiQ, I checked the INSTALL file and it suggested that I add additional repositories to install MystiQ.But I checked the Debian repository, which contains the package mystiq. Describe the solution you'd like
I think the INSTALL file should advise Debian users to install it from the Debian repository. Describe alternatives you've considered
The installation recommendations for Debian users should be updated:
For Debian Unstable run the following as root:
apt update
apt install mystiq
For Debian Testing run the following as root:
apt update
apt install mystiq
For Debian Stable (10) run the following as root:
echo 'deb http://deb.debian.org/debian buster-backports main contrib non-free' > /etc/apt/sources.list.d/buster-backports.list
apt update
apt -t buster-backports install mystiq
Additional context
None.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
INSTALL File Need Update
INSTALL file need update
Dec 3, 2020
Is your feature request related to a problem? Please describe.
I use Debian GNU/Linux sid. To install MystiQ, I checked the INSTALL file and it suggested that I add additional repositories to install MystiQ.But I checked the Debian repository, which contains the package mystiq.
Describe the solution you'd like
I think the INSTALL file should advise Debian users to install it from the Debian repository.
Describe alternatives you've considered
The installation recommendations for Debian users should be updated:
Additional context
None.
The text was updated successfully, but these errors were encountered: