mdarkness1988 / Rust-Server

Modified Rust Server from didstopia
MIT License
8 stars 19 forks source link

UMOD/OXIDE Develop Branch for Linux #20

Open antjaswar opened 5 years ago

antjaswar commented 5 years ago

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 commented 4 years ago

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

Vanixxx commented 2 years ago

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