Open antjaswar opened 5 years ago
Would love to see this as well. I am unable to use this docker with oxide enabled.
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
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)