Linux GSM not installing OxideSolved
Hi,
Is there an update to LGSM for the movement of oxide to umod?



Rust addons/mods
=================================

Available addons/mods
=================================
Oxide for Rust - Allows for the use of plugins - http://oxidemod.org/downloads/oxide-for-rust.1659/
* rustoxide

Enter an addon/mod to install (or exit to abort): rustoxide

Installing Oxide for Rust
=================================
clearing mod download directory /home/rustserver/lgsm/mods/tmp...OK
creating mod download directory /home/rustserver/lgsm/mods/tmp...OK
downloading Oxide.Rust.zip...downloading Oxide.Rust.zip...curl: (3) <url> malformed
FAIL
./rustserver update-lgsm didn`t give me an update.

I have not tested this, but you should be good if you modify line 30 in /user/lgsm/functions/mods_list.sh to

oxiderustlatestlink="$(curl -s https://api.github.com/repos/theumod/umod.rust/releases/latest | grep browser_download_url | cut -d '"' -f 4)"
Worked for me.
In response to chadomat ():
./rustserver update-lgsm didn`t give me an update.

I have not tested this, but you should...
Super it works! Thanks dude :)

But the problem remains the same in the end because the lgsm / rustserver ul update, fixes the link and puts the bad one back to oxidemod.org and umod.org.

It would be necessary to correct checking function mods_list.sh.

Who can do that?
In response to chadomat ():
./rustserver update-lgsm didn`t give me an update.

I have not tested this, but you should...
LGSM should probably set curl to follow redirects, because the old links are still valid via redirect.
They have a website as well as a discord for support.
There is a Pull Request on Github. This should be fixed soon.
any idea when lgsm will be updated for fix or could some one help me thru this fix
Locked automatically