mirror of
https://onedev.site.tesses.net/crosslang/crosslang-website
synced 2026-02-08 09:05:47 +00:00
1000 B
1000 B
+++ title = 'Arch' date = 2025-11-11T06:44:24-06:00 +++
We only support these architectures for the time being
- x86_64 (something Intel or AMD that is 64 bit, so Omarchy would work)
- powerpc (such as the Nintendo Wii running Wii-Linux Continuation Project or archpower for powerpc 32 bit big endian)
Installing the repo
You need to add our repository key
wget -O repository.key https://git.tesseslanguage.com/api/packages/tesses50/arch/repository.key
sudo pacman-key --add repository.key
Add this to your /etc/pacman.conf
[tesses50.git.tesseslanguage.com]
SigLevel = Optional TrustAll
Server = https://git.tesseslanguage.com/api/packages/tesses50/arch/core/$arch
or run this command which will do the same thing
printf "[tesses50.git.tesseslanguage.com]\nSigLevel = Optional TrustAll\nServer = https://git.tesseslanguage.com/api/packages/tesses50/arch/core/\$arch\n" | sudo tee -a /etc/pacman.conf
Install crosslang
sudo pacman -Sy crosslang