View Single Post
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 06-23-2015 , 21:05   Re: Pulling from Github
Reply With Quote #3

you can grab the compiled version like this: [needs the lynx browser installed to do this]

PHP Code:
/* Metamod */
metamod_mirror="http://www.metamodsource.net/mmsdrop/1.10/"
mm_linux_search_pattern="http:.*mmsource-.*-linux.*"
url_metamod_linux_package=$(lynx -dump "$metamod_mirroregrep -"$mm_linux_search_patterntail -1)
wget "$url_metamod_linux_package
You will have to work out a way to make that work on your system though. For windows just change the linux words to windows

I got this from here: https://github.com/bcserv/sourcemod-updater
__________________

Last edited by versatile_bfg; 06-23-2015 at 21:06.
versatile_bfg is offline