Im trying to add a mod to my tcadmin to download the latest version everytime. I am using
for now, however i know the version will change, will this affect the download? If so what is the correct link?Code:rm -f RSM.zip wget https://oxidemod.org/resources/rust-server-manager.2494/download?version=15826 unzip -o RSM.zip -A
Linux script, latest oxide build link
Discussion in 'Rust Discussion' started by v1ruspr0ne, Mar 27, 2018.
-
Wulf Community Admin
That link is for RustServerManager, not Oxide. Any download link here will be version-specific though and will only give you that specific version.
For Oxide builds, see GitHub repository changes. -
Code:rm -f Oxide-Rust.zip wget https://github.com/OxideMod/Oxide/releases/download/latest/Oxide-Rust.zip unzip -o Oxide-Rust.zip
Code:-o