make public repo

This commit is contained in:
ace
2021-06-29 13:06:49 +03:00
parent d4fa6f245a
commit c9bab470b0
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
sudo /bin/bash -c 'echo "[ace-overlay]
location = /usr/local/portage/ace-overlay
sync-type = git
sync-uri = https://gitea.0xace.cc/ace/ace-overlay
sync-uri = https://git.geekhome.org/ace/ace-overlay
auto-sync = yes
clone-depth = 0" > /etc/portage/repos.conf/ace-overlay.conf'
## With Layman:
curl -k --request GET "https://gitea.0xace.cc/ace/ace-overlay/raw/branch/master/ace-overlay.xml" 2>/dev/null > /tmp/ace-overlay.xml
curl -k --request GET "https://git.geekhome.org/ace/ace-overlay/raw/branch/master/ace-overlay.xml" 2>/dev/null > /tmp/ace-overlay.xml
sudo layman -o file:///tmp/ace-overlay.xml -f -a ace-overlay