fix(ui): host .repo files and use URL form in install instructions
The previous instructions used `--from-repofile=/dev/stdin` with a heredoc, which fails because dnf copies the source file and /dev/stdin is not a regular file. Host the .repo files on the deployed site and update the docs to use `--from-repofile=https://...` instead. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
ui/public/lair-cafe-unstable.repo
Normal file
6
ui/public/lair-cafe-unstable.repo
Normal file
@@ -0,0 +1,6 @@
|
||||
[lair-cafe-unstable]
|
||||
name=lair.cafe RPM Repository (unstable)
|
||||
baseurl=https://rpm.lair.cafe/fedora/$releasever/$basearch/unstable/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpm.lair.cafe/8b2023ce.gpg
|
||||
Reference in New Issue
Block a user