3 Commits

Author SHA1 Message Date
9d544a7645 ci: change repo owner
All checks were successful
Continuous Delivery / build_n_upload (push) Successful in 20s
2026-04-19 13:15:35 +02:00
e48a882b46 doc: fix dnf search command 2026-04-04 07:37:21 +02:00
29e097bb8b doc: typo in readme 2026-03-15 16:36:42 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ NAME = netoik-cache
VERSION = $(shell git describe --abbrev=0) VERSION = $(shell git describe --abbrev=0)
RELEASE = $(shell git rev-parse --short HEAD) RELEASE = $(shell git rev-parse --short HEAD)
ARCH = noarch ARCH = noarch
OWNER = samuel OWNER = netoik
SUMMARY = "Netoïk Cache Server" SUMMARY = "Netoïk Cache Server"
LICENSE = "MIT" LICENSE = "MIT"
URL = "https://git.netoik.io/$(OWNER)/$(NAME)" URL = "https://git.netoik.io/$(OWNER)/$(NAME)"

View File

@@ -65,12 +65,12 @@ Some commands to deploy the RPM package on server
- Show available versions: - Show available versions:
```shell ```shell
dnf --showduplicates netoik-cache dnf search --showduplicates netoik-cache
``` ```
- Install or upgrade package: - Install or upgrade package:
```shell ```shell
dnf --nogpgcheck --refresh --assumeyes --best install netoik-rp dnf --nogpgcheck --refresh --assumeyes --best install netoik-cache
``` ```