Add my new packages
This commit is contained in:
@@ -6,6 +6,32 @@ weight: 2
|
|||||||
|
|
||||||
[View On Gitea](https://git.tesses.org/tesses50/crosslang/releases)
|
[View On Gitea](https://git.tesses.org/tesses50/crosslang/releases)
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
||||||
|
## RPM Based (such as Fedora)
|
||||||
|
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
|
||||||
|
```
|
||||||
## Arch Linux
|
## Arch Linux
|
||||||
|
|
||||||
You need to add our repository key
|
You need to add our repository key
|
||||||
|
|||||||
Reference in New Issue
Block a user