Static URL for downloading Oxide?Solved
Thought it would interesting idea for me to create a weekly cron job that can shutdown check for updates and restart a dedicated server I run. admin module rust (umod) included...but here is the dilemma. The umod github mirror pkg constantly changes upon each revision. It would only be possiable if there was a static download link for the build to grab via wget. does a mirror like this exist or could a pkg release branch be made on git for this purpose? not sure if this can be only answered by Wulf or someone else *shrugs*

I understand that https://umod.org/games/rust/download redirects to current build but I need the actual url:fork.zip for wget to grabit...
Oh neat your right I didn't even try it because I assumed that I needed the full url with a file extention i.e. oxide.mod.zip

Just did it and it Resolved thanks for the quick reply!
curl -L "https://umod.org/games/rust/download" --output "C:\rustserver\Oxide.Rust.zip"
Locked automatically