fix overlay url

This commit is contained in:
ace 2023-06-17 14:40:59 +03:00
parent a7dc815473
commit 95f859bce2
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
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://git.geekhome.org/ace/ace-overlay
sync-uri = https://gitea.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://git.geekhome.org/ace/ace-overlay/raw/branch/master/ace-overlay.xml" 2>/dev/null > /tmp/ace-overlay.xml
curl -k --request GET "https://gitea.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

View File

@ -3,10 +3,10 @@
<repo quality="experimental" status="unofficial">
<name>ace-overlay</name>
<description lang="en">Overlay for Gentoo custom patches</description>
<homepage>https://git.geekhome.org/ace/ace-overlay</homepage>
<homepage>https://gitea.geekhome.org/ace/ace-overlay</homepage>
<owner type="person">
<email>ilia-vedoc@mail.ru</email>
</owner>
<source type="git">https://git.geekhome.org/ace/ace-overlay</source>
<source type="git">https://gitea.geekhome.org/ace/ace-overlay</source>
</repo>
</repositories>