From 263ad9bf69fd2a7c429285d2370508bd2984f596 Mon Sep 17 00:00:00 2001 From: kuwoyuki Date: Sun, 7 Dec 2025 18:31:18 +0600 Subject: [PATCH] git repo --- binhost.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/binhost.sh b/binhost.sh index 341b762..793bf0e 100755 --- a/binhost.sh +++ b/binhost.sh @@ -106,6 +106,9 @@ if [[ ! -d /var/db/repos/gentoo/profiles ]]; then emerge-webrsync -q fi +eselect repository remove -f gentoo +eselect repository add gentoo git https://github.com/gentoo-mirror/gentoo + # update all repos emaint sync -a