Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0387e326e0
|
@@ -9,14 +9,8 @@ jobs:
|
|||||||
archlinux:
|
archlinux:
|
||||||
name: Arch Linux
|
name: Arch Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
packages: write
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: heyhusen/archlinux-package-action@v3.0.0
|
- uses: heyhusen/archlinux-package-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
path: .
|
path: .
|
||||||
- run: ls -alh
|
|
||||||
# - run: curl --user ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} \
|
|
||||||
# --upload-file $(ls | grep -E 'crete-[0-9]+\.[0-9]+\.[0-9]+-[0-9]+-.*.pkg.tar.zst') \
|
|
||||||
# https://git.huizinga.dev/api/packages/infra/arch/core
|
|
||||||
|
|||||||
@@ -5,32 +5,6 @@ and render jinja templates.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Arch
|
|
||||||
|
|
||||||
First import the verification key:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
wget https://git.huizinga.dev/api/packages/infra/arch/repository.key -O /tmp/repository.key
|
|
||||||
sudo pacman-key --add /tmp/repository.key
|
|
||||||
sudo pacman-key --lsign-key $(gpg --show-keys /tmp/repository.key | sed -n 2p)
|
|
||||||
```
|
|
||||||
|
|
||||||
And add the following to `/etc/pacman.conf`:
|
|
||||||
|
|
||||||
```ini
|
|
||||||
[infra]
|
|
||||||
SigLevel = Required
|
|
||||||
Server = https://git.huizinga.dev/api/packages/infra/arch/core/$arch
|
|
||||||
```
|
|
||||||
|
|
||||||
You can then install `crete` by running:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo pacman -Sy crete
|
|
||||||
```
|
|
||||||
|
|
||||||
### Cargo install
|
|
||||||
|
|
||||||
Add the following to `~/.cargo.config.toml`:
|
Add the following to `~/.cargo.config.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
|||||||
Reference in New Issue
Block a user