mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
add mirror
This commit is contained in:
parent
614b4cf955
commit
399e0b1eed
2 changed files with 12 additions and 0 deletions
10
BioArchLinux/gconf/lilac.py
Normal file
10
BioArchLinux/gconf/lilac.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from lilaclib import *
|
||||
|
||||
def pre_build():
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
|
||||
def post_build():
|
||||
git_add_files('PKGBUILD')
|
||||
git_commit()
|
|
@ -57,6 +57,8 @@ Add the fllowing to the `/etc/pacman.conf`
|
|||
[BioArchLinux]
|
||||
Server = https://repo.bioarchlinux.org/$arch
|
||||
```
|
||||
You can repleace the repo.bioarchlinux with any mirror in [mirrorlist](https://raw.githubusercontent.com/BioArchLinux/mirror/main/mirrorlist.bio)
|
||||
|
||||
Then import GPG key
|
||||
```
|
||||
$ pacman-key --recv-keys B1F96021DB62254D
|
||||
|
|
Loading…
Add table
Reference in a new issue