#!/bin/sh
zypper addrepo --refresh -p 99 --name 'openSUSE-Tumbleweed-Update' 'http://download.opensuse.org/update/tumbleweed/' 'repo-update';
zypper addrepo --refresh -p 99 --name 'openSUSE-Tumbleweed-Oss' 'http://download.opensuse.org/tumbleweed/repo/oss/' 'repo-oss';
zypper addrepo --refresh -p 99 --name 'openSUSE-Tumbleweed-Non-Oss' 'http://download.opensuse.org/tumbleweed/repo/non-oss/' 'repo-non-oss';
zypper addrepo --disable --refresh -p 99 --name 'openSUSE-Tumbleweed-Debug' 'http://download.opensuse.org/debug/tumbleweed/repo/oss/' 'repo-debug';
zypper addrepo --disable --refresh -p 99 --name 'openSUSE-Tumbleweed-Source' 'http://download.opensuse.org/source/tumbleweed/repo/oss/' 'repo-source';
