Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. Z

    wget friendly links

    Well it's easy enough to get the URL for the packs with curl, was just wondering for the sake of simplicity. If you're running linux then you can make a quick bash script to do the updating with something along the lines of: #!/bin/bash SERVICE='ftbserver.jar'...
  2. Z

    wget friendly links

    So, I'm making a script to update packs (because doing it manually is boring) and I was wondering if the links on http://www.feed-the-beast.com/download.php change between versions or am I going to have to use curl top scrape the page?