max / alloy_tui
- Co-Authored-By
- Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 file changed,
+5 insertions,
-4 deletions
| @@ -17,10 +17,11 @@ | |||
| 17 | 17 | https://pkgs.tailscale.com/stable/fedora/tailscale.repo | |
| 18 | 18 | ||
| 19 | 19 | # Terra — comprehensive Fedora repo for Wayland / Rust ecosystem | |
| 20 | - | # packages: anyrun, swayosd, swww, starship, and many others. | |
| 21 | - | # https://terra.fyi/ | |
| 22 | - | RUN curl -fsSL -o /etc/yum.repos.d/terra.repo \ | |
| 23 | - | https://terra.fyi/terra.repo | |
| 20 | + | # packages: anyrun, swayosd, swww, starship, yazi, and many others. | |
| 21 | + | # https://terra.fyralabs.com/ | |
| 22 | + | RUN dnf install -y --nogpgcheck \ | |
| 23 | + | --repofrompath='terra,https://repos.fyralabs.com/terra$releasever' \ | |
| 24 | + | terra-release | |
| 24 | 25 | ||
| 25 | 26 | # ===================================================================== | |
| 26 | 27 | # Package additions — full Alloy stack per docs/STACK.md |