#!/bin/sh

urpmi.removemedia -a

urpmi.addmedia 'Core release' 'http://depot.mascre.fr/mageia/9/x86_64/media/core/release/'
urpmi.addmedia 'Core update' --update 'http://depot.mascre.fr/mageia/9/x86_64/media/core/updates/'
urpmi.addmedia 'Core update testing' 'http://depot.mascre.fr/mageia/9/x86_64/media/core/updates_testing/'
urpmi.addmedia 'Core backports' --update 'http://depot.mascre.fr/mageia/9/x86_64/media/core/backports/'
urpmi.addmedia 'Core backports testing' 'http://depot.mascre.fr/mageia/9/x86_64/media/core/backports_testing/'

urpmi.addmedia 'Nonfree release' 'http://depot.mascre.fr/mageia/9/x86_64/media/nonfree/release/'
urpmi.addmedia 'Nonfree update' --update 'http://depot.mascre.fr/mageia/9/x86_64/media/nonfree/updates/'
urpmi.addmedia 'Nonfree update testing' 'http://depot.mascre.fr/mageia/9/x86_64/media/nonfree/updates_testing/'
urpmi.addmedia 'Nonfree backports' --update 'http://depot.mascre.fr/mageia/9/x86_64/media/nonfree/backports/'
urpmi.addmedia 'Nonfree backports testing' 'http://depot.mascre.fr/mageia/9/x86_64/media/nonfree/backports_testing/'

urpmi.addmedia 'Tainted release' 'http://depot.mascre.fr/mageia/9/x86_64/media/tainted/release/'
urpmi.addmedia 'Tainted update' --update 'http://depot.mascre.fr/mageia/9/x86_64/media/tainted/updates/'
urpmi.addmedia 'Tainted update testing' 'http://depot.mascre.fr/mageia/9/x86_64/media/tainted/updates_testing/'
urpmi.addmedia 'Tainted backports' --update 'http://depot.mascre.fr/mageia/9/x86_64/media/tainted/backports/'
urpmi.addmedia 'Tainted backports testing' 'http://depot.mascre.fr/mageia/9/x86_64/media/tainted/backports_testing/'

