We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please, could you change the Oxide Version to the Developing Branch as this is now the Linux Branch for oxide.
If it's not changed then we cannot use Oxide on our Linux Servers (Or Docker Containers)
The text was updated successfully, but these errors were encountered:
Would love to see this as well. I am unable to use this docker with oxide enabled.
Sorry, something went wrong.
Workaround for me as Unraid User: Login with Shell: apt-get update apt-get install nano
nano start.sh Change line 336 OXIDE_URL=$(curl -sL https://api.github.com/repos/OxideMod/Oxide.Rust/releases/latest | grep browser_download_url | cut -d '"' -f 4) to OXIDE_URL=$(curl -sL https://api.github.com/repos/OxideMod/Oxide.Rust/releases/latest | grep browser_download_url | grep linux | cut -d '"' -f 4)
OXIDE_URL=$(curl -sL https://api.github.com/repos/OxideMod/Oxide.Rust/releases/latest | grep browser_download_url | cut -d '"' -f 4)
OXIDE_URL=$(curl -sL https://api.github.com/repos/OxideMod/Oxide.Rust/releases/latest | grep browser_download_url | grep linux | cut -d '"' -f 4)
maybe helps someone
No branches or pull requests
Please, could you change the Oxide Version to the Developing Branch as this is now the Linux Branch for oxide.
If it's not changed then we cannot use Oxide on our Linux Servers (Or Docker Containers)
The text was updated successfully, but these errors were encountered: