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