18 lines
1.0 KiB
Plaintext
18 lines
1.0 KiB
Plaintext
# Include the appropriate repo definitions
|
|
|
|
# Exactly one of the following should be uncommented
|
|
|
|
# For the master branch the following should be uncommented
|
|
# %include fedora-repo-rawhide.ks
|
|
|
|
# For non-master branches the following should be uncommented
|
|
%include fedora-repo-not-rawhide.ks
|
|
|
|
# horal
|
|
repo --name=fusion --baseurl=https://ftp.fi.muni.cz/pub/linux/rpmfusion/free/fedora/releases/$releasever/Everything/$basearch/os/
|
|
repo --name=fusion-updates --baseurl=https://ftp.fi.muni.cz/pub/linux/rpmfusion/free/fedora/updates/$releasever/$basearch/
|
|
repo --name=fusionn --baseurl=https://ftp.fi.muni.cz/pub/linux/rpmfusion/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
|
|
repo --name=fusionn-updates --baseurl=https://ftp.fi.muni.cz/pub/linux/rpmfusion/nonfree/fedora/updates/$releasever/$basearch/
|
|
repo --name=cisco-openh264 --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch
|
|
repo --name=vscode --baseurl=https://packages.microsoft.com/yumrepos/vscode
|