When installing Rust this command given for dependencies installation:
yum install epel-release bzip2 jq tmux zlib-devel
and when installing it actually it can not install jq because it needs dependecy epel-release i think.
so I recommend split the command recommended to this:
yum install epel-release bzip2 jq tmux zlib-devel
yum install jq
Follow this guide to make sure you post the correct info.
For general support visit the LinuxGSM-Support.
Issues here are ONLY for:
Issues here are NOT for:
Any general support issues on GitHub will be migrated to LinuxGSM-Support.
Please use the template below
As a [user description], I want [desired action] so that [desired outcome].
A clear description of what the bug is and any ideas on how to resolve it. Plus any further context that might be relevant to the issue.
Steps to reproduce the behaviour:
Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
I guess you mean that this only apprears when you run the script ?
Because on the website it is noted, that you need to install epel-release before you install the dependencys
See:
https://linuxgsm.com/lgsm/rustserver/#centos
btw: it would be nice if you clean up a bit your issue text
LinuxGSMLinuxGSM is a command line tool for quick, simple deployment and management of a Rust Linux dedicated game server.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.