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

17
docs/downloads/debian.md Normal file
View File

@@ -0,0 +1,17 @@
---
weight: 1
---
# Debian based
You need to add our repository
```bash
sudo curl https://git.tesses.org/api/packages/tesses50/debian/repository.key -o /etc/apt/keyrings/gitea-tesses50.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-tesses50.asc] https://git.tesses.org/api/packages/tesses50/debian universal main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt update
```
Install CrossLang
```bash
sudo apt install crosslang
```