You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
artemis | 2 weeks ago | |
.drone.yml | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 1 month ago |
README.md
ArtemisNeko / arch
My personal archlinux package repository.
How to use?
You'll need to add the package repository to your pacman configuration.
1. Add the package repository
cat <<EOF >> /etc/pacman.conf
[artemis]
SigLevel = PackageRequired TrustedOnly
Server = https://arch.artemix.org/$repo/$arch/
EOF
2. Import my GPG key
curl -o- https://www.aphrodite.dev/public.asc | sudo pacman-key --add -
3. Locally sign the key as trusted
sudo pacman-key --lsign-key A5F733049A3391203FDCB6B34813CB8D9C3F48AC
4. Update your system, and you're good to go!
sudo pacman -Syu --noconfirm