MyBB Community Forums

Full Version: How to WGET MyBB's latest version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just something simple, since the move to github for releases, you have been unable to use the "wget http://mybb.com/downloads/latest -o mybb.zip".

All you need to do is type this into your SSH or Terminal:
wget http://www.mybb.com/download/latest --no-check-certificate

and it will grab the latest release from github (as long as mybb doesn't change the download url :p)
Strange, the old wget method worked for me when I installed a new copy just last week. Thanks for the tip though!
me to use this method as i have slow internet.

sometimes i use upload via url in my kloxo panel to upload mybb files.
(2011-12-24, 11:03 AM)euantor Wrote: [ -> ]Strange, the old wget method worked for me when I installed a new copy just last week. Thanks for the tip though!

Really? It always gave me an error. Weird lol, oh well Toungue