update ace-overlay - move to https

This commit is contained in:
ikerbs 2020-10-29 01:18:40 +03:00
parent 2a695bec1f
commit 05578b86ef

View File

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