Download the FSL installer (python script) from https://fsl.fmrib.ox.ac.uk/fsldownloads_registration.
Type following commands in a Python interpreter:
from fslinstaller import *
manifest = get_web_manifest(Settings.mirror)
import json
with open('~/manifest.json', 'w') as fp:
json.dump(manifest, fp)