Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 710 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 710 Bytes

Use Github Actions to build Arch packages.

How to use

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]
  1. add repo

edit /etc/pacman.conf

[gb-cha0s]
Server =  https://repo.grassblock.eu.org/gb-cha0s
  1. sync
sudo pacman -Syu

Contribute Guide

based on vifly's post (Chinese).

For package additions/deletions, please open a issue with package name and reasons.