This commit is contained in:
2025-11-11 06:52:36 -06:00
parent eeb9d26f49
commit 8e508bae83
3 changed files with 39 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ date = 2025-09-24T20:29:28-05:00
This requires Ubuntu 22:04 or later.
## Install the repository (For Ubuntu jammy - oracular)
## Install the repository (For Ubuntu jammy - oracular) (or if distro uses mbedtls 2)
````bash
sudo curl https://git.tesseslanguage.com/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.tesseslanguage.com/api/packages/tesses50/debian jammy main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
@@ -13,7 +13,8 @@ sudo apt update
````
## Install the repository (For Ubuntu plucky or later)
## Install the repository (For Ubuntu plucky/Debian trixie or later) (or if distro uses mbedtls 3)
````bash
sudo curl https://git.tesseslanguage.com/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.tesseslanguage.com/api/packages/tesses50/debian plucky main" | sudo tee -a /etc/apt/sources.list.d/gitea.list