Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbevc1/nextcloud-repo

Nextcloud Yum repo generation
https://github.com/mbevc1/nextcloud-repo

nextcloud packages rpm yum

Last synced: 1 day ago
JSON representation

Nextcloud Yum repo generation

Awesome Lists containing this project

README

        

[![Release](https://github.com/mbevc1/nextcloud-repo/actions/workflows/release.yaml/badge.svg)](https://github.com/mbevc1/nextcloud-repo/actions/workflows/release.yaml)
[![pages-build-deployment](https://github.com/mbevc1/nextcloud-repo/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/mbevc1/nextcloud-repo/actions/workflows/pages/pages-build-deployment)

# nextcloud-repo
Nextcloud RPM repo

## RHEL/CentOS

Add repository setting:

```
$ sudo vim /etc/yum.repos.d/nextcloud.repo
[nextcloud]
name=Nextcloud repository
baseurl=http://nextcloud-yum.s3.eu-west-1.amazonaws.com/releases/$releasever/$basearch/
gpgcheck=0
enabled=1
$ sudo yum -y update
$ sudo yum -y install nextcloud
```