Add my new packages

This commit is contained in:
2026-06-20 03:19:40 -05:00
parent 1540dbf433
commit 38dc3f6856
6 changed files with 121 additions and 0 deletions

16
docs/downloads/fedora.md Normal file
View File

@@ -0,0 +1,16 @@
---
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
```