View Single Post
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 10-25-2015 , 19:44   Re: Changes - Part 2: Rolling Release Cycle
#61

Here's how you can download the latest version from smdrop without dependencies like lynx.
Code:
wget "http://www.sourcemod.net/smdrop/1.8/$(wget -qO- "http://www.sourcemod.net/smdrop/1.8/" | grep linux | cut -d "\"" -f 2 | tail -n 1)"
At least that's the way it's currently done in the calladmin project.

Quote:
Originally Posted by psychonic View Post
it's not easy to cleanly add in our current setup.
I'm no perl guy but looking at the way the files are packaged and uploaded it looks like you could either rename the package after it has been uploaded and upload that too or create two packages and upload both. What am i missing?
__________________

Last edited by Impact123; 10-25-2015 at 20:02.
Impact123 is offline