WARNING!!! IF you have modified mod config, or you removed mods from your pack, you should not use this because it will overwrite the mod config with the official modpack mod config and will replace the missing mod
I wanted a way to update the FTB ultimate pack on my server, while some comment say "Just download it and extract it with a simple click", it's not always a good solution. So I decided to create a bash file that read the URL at http://feed-the-beast.com/server-download and match the URL with the pack that you choose, it download it and extract it automaticly, just need to restart the server after (which I can do directly in game) and the update is done.
here's my code
-Updated 4/21/2014
Required: bash, wget, and unzip. Not required anymore, sed.
http://pastebin.com/veAaFiTx
Change log
version 0.2
updated the url download page and got rid of sed call.
version 0.1
released
--
Run as
./command <Pack> <Path>
let say you name this script as 'update.sh' here's how to run it
./update.sh Direwolf20 /home/ftb/Direwolf20
I wanted a way to update the FTB ultimate pack on my server, while some comment say "Just download it and extract it with a simple click", it's not always a good solution. So I decided to create a bash file that read the URL at http://feed-the-beast.com/server-download and match the URL with the pack that you choose, it download it and extract it automaticly, just need to restart the server after (which I can do directly in game) and the update is done.
here's my code
-Updated 4/21/2014
Required: bash, wget, and unzip. Not required anymore, sed.
http://pastebin.com/veAaFiTx
Change log
version 0.2
updated the url download page and got rid of sed call.
version 0.1
released
--
Run as
./command <Pack> <Path>
let say you name this script as 'update.sh' here's how to run it
./update.sh Direwolf20 /home/ftb/Direwolf20
Last edited: