docs: bootstrap pacman from local Gitea
This commit is contained in:
parent
4427389d9c
commit
16ba8cfbf4
1 changed files with 7 additions and 3 deletions
|
|
@ -1,9 +1,13 @@
|
|||
# Install this file as /etc/pacman.d/souveraine-edge.conf, then add
|
||||
# `Include = /etc/pacman.d/souveraine-edge.conf` to /etc/pacman.conf.
|
||||
# Install a local copy of this file as /etc/pacman.d/souveraine-edge.conf, then
|
||||
# add `Include = /etc/pacman.d/souveraine-edge.conf` to /etc/pacman.conf.
|
||||
#
|
||||
# This is a private, LAN-only archive. Replace __LOCAL_GITEA_TOKEN__ in the
|
||||
# *installed* copy with the local-Gitea token. Do not commit that replacement.
|
||||
# Keep the installed file root-readable only (mode 0600).
|
||||
#
|
||||
# Bootstrap the archive key first:
|
||||
# pacman-key --add souveraine-archive-key.asc
|
||||
# pacman-key --lsign-key 3CD9E99E222C2A174986FC9AFF4949AA20C8E911
|
||||
[souveraine]
|
||||
SigLevel = Required DatabaseRequired
|
||||
Server = https://gitea.wiuf.net/Fimeg/souveraine/releases/download/edge
|
||||
Server = http://__LOCAL_GITEA_TOKEN__@10.10.20.120:4455/Fimeg/souveraine/releases/download/edge
|
||||
|
|
|
|||
Loading…
Reference in a new issue