RITlug / TigerOS

[MOVED TO GITLAB] Please visit new location: https://gitlab.com/RITlug/TigerOS
https://ritlug.com/tigeros
GNU General Public License v3.0
34 stars 11 forks source link

Add TigerOS repo to mirrors #111

Closed Tjzabel closed 6 years ago

Tjzabel commented 6 years ago

Summary

Currently, there is no way for those not using TigerOS to install our repository and run dnf install tigeros-<package>.

Background

In order to install third party RPM packages, you need to have their repo added so DNF knows where to pull the package from. Take Paper for example. When you run dnf -y config-manager --add-repo <repo link>, the repo is then active within your system.

Details

In order to fix this issue, mirrors.ritlug.com needs to have a directory for the tigeros.repo containing the repo's plaintext.

Tjzabel commented 6 years ago

Currently, it seems we already have an RPM set up to install tigeros.repo

However, the RPM needs to be updated. This issue will stay up until the fix has been made.