16 lines
330 B
Markdown
16 lines
330 B
Markdown
---
|
|
weight: 3
|
|
---
|
|
|
|
# Fedora (RPM based)
|
|
I do not sign my packages, so thats why the script downloads from downloads.tesses.net (I own that domain)
|
|
|
|
You need to add our repository
|
|
```bash
|
|
dnf config-manager addrepo --from-repofile=https://downloads.tesses.net/rpm-gitea.repo
|
|
```
|
|
|
|
Install CrossLang
|
|
```bash
|
|
dnf install crosslang
|
|
``` |