ace-overlay/README.md

13 lines
476 B
Markdown
Raw Normal View History

2017-10-09 02:27:09 +00:00
## With Gentoo repos.conf:
sudo /bin/bash -c 'echo "[ace-overlay]
location = /usr/local/portage/ace-overlay
sync-type = git
2021-06-29 10:06:49 +00:00
sync-uri = https://git.geekhome.org/ace/ace-overlay
2017-10-09 02:27:09 +00:00
auto-sync = yes
clone-depth = 0" > /etc/portage/repos.conf/ace-overlay.conf'
## With Layman:
2021-06-29 10:06:49 +00:00
curl -k --request GET "https://git.geekhome.org/ace/ace-overlay/raw/branch/master/ace-overlay.xml" 2>/dev/null > /tmp/ace-overlay.xml
2017-10-09 02:27:09 +00:00
sudo layman -o file:///tmp/ace-overlay.xml -f -a ace-overlay