#!/usr/bin/python3

print('Downloading Orthanc linux standard base binaries...')

url_base = 'https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc/mainline'
os.system('wget {0}/Orthanc'.format(url_base))
