mirror of
https://onedev.site.tesses.net/crosslang/crosslang-website
synced 2026-02-09 01:25:46 +00:00
Add arch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user