README: Point pacman -U example at v0.35.0-2
Release install snippet still showed v0.30.0-1 after the desktop-shim pkgrel bump; align with the current Gitea release asset name.
This commit is contained in:
@@ -31,8 +31,8 @@ makepkg -si
|
|||||||
When CI has published a `.pkg.tar.zst` on the [Releases](https://git.s1d3sw1ped.com/s1d3sw1ped/grok-bot-bin/releases) page:
|
When CI has published a `.pkg.tar.zst` on the [Releases](https://git.s1d3sw1ped.com/s1d3sw1ped/grok-bot-bin/releases) page:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -LO 'https://git.s1d3sw1ped.com/s1d3sw1ped/grok-bot-bin/releases/download/v0.30.0/grok-bot-bin-0.30.0-1-x86_64.pkg.tar.zst'
|
curl -LO 'https://git.s1d3sw1ped.com/s1d3sw1ped/grok-bot-bin/releases/download/v0.35.0-2/grok-bot-bin-0.35.0-2-x86_64.pkg.tar.zst'
|
||||||
sudo pacman -U grok-bot-bin-0.30.0-1-x86_64.pkg.tar.zst
|
sudo pacman -U grok-bot-bin-0.35.0-2-x86_64.pkg.tar.zst
|
||||||
```
|
```
|
||||||
|
|
||||||
Download first, then `pacman -U` the local file (`LocalFileSigLevel = Optional`). Do not pass the remote URL straight to pacman if signatures are required.
|
Download first, then `pacman -U` the local file (`LocalFileSigLevel = Optional`). Do not pass the remote URL straight to pacman if signatures are required.
|
||||||
|
|||||||
Reference in New Issue
Block a user