Use Github Actions to build Arch packages.
Go to releases and download packages, or use the repo: https://repo.grassblock.eu.org/gb-cha0s
1.import keys
wget -O /tmp/gb-cha0s.asc 'https://rawcdn.githack.com/BlockG-ws/potential-octo-memory/master/repo-sign.asc' && sudo pacman-key --add /tmp/gb-cha0s.asc
sudo pacman-key --lsign-key [email protected]
- add repo
edit /etc/pacman.conf
[gb-cha0s]
Server = https://repo.grassblock.eu.org/gb-cha0s
- sync
sudo pacman -Syu
based on vifly's post (Chinese).
For package additions/deletions, please open a issue with package name and reasons.