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

UMOD/OXIDE Develop Branch for Linux #20

Open
antjaswar opened this issue Sep 22, 2019 · 2 comments
Open

UMOD/OXIDE Develop Branch for Linux #20

antjaswar opened this issue Sep 22, 2019 · 2 comments

Comments

@antjaswar
Copy link

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)

@shaunbarrow
Copy link

Would love to see this as well. I am unable to use this docker with oxide enabled.

@Vanixxx
Copy link

Vanixxx commented Jul 7, 2022

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)

maybe helps someone

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

3 participants