Github actions |
---|
Use the following command:
sudo tee /etc/portage/repos.conf/andrew-aladev.conf << END
[andrew-aladev]
location = /var/db/repos/andrew-aladev
sync-type = git
sync-uri = https://github.com/andrew-aladev/overlay.git
END
Use the following command:
sudo layman -o "https://raw.githubusercontent.com/andrew-aladev/overlay/master/repositories.xml" -a andrew-aladev
Overlay will be updated during global sync.
emerge --sync
Than you can install some package
emerge -v category/name
Please visit scripts/test-images. See universal test script scripts/ci_test.sh for CI.