fix
This commit is contained in:
parent
b96b3cdc37
commit
8e857a8beb
@ -532,9 +532,9 @@ tweaks() {
|
|||||||
rm -f repos.conf
|
rm -f repos.conf
|
||||||
rm -f gentoobinhost.conf
|
rm -f gentoobinhost.conf
|
||||||
rm -f /tmp/latest-stage3-amd64-desktop-systemd.txt
|
rm -f /tmp/latest-stage3-amd64-desktop-systemd.txt
|
||||||
wget https://git.poster.place/verita84/hyprland/raw/branch/main/gentoo-gnome.sh
|
wget https://git.poster.place/verita84/gnome/raw/branch/main/gentoo-gnome.sh
|
||||||
wget https://git.poster.place/verita84/hyprland/raw/branch/main/repos.conf/repos.conf
|
wget https://git.poster.place/verita84/gnome/raw/branch/main/repos.conf/repos.conf
|
||||||
wget https://git.poster.place/verita84/hyprland/raw/branch/main/repos.conf/gentoobinhost.conf
|
wget https://git.poster.place/verita84/gnome/raw/branch/main/repos.conf/gentoobinhost.conf
|
||||||
BASE_URL="https://mirrors.poster.place/releases/amd64/autobuilds/current-stage3-amd64-desktop-systemd-mergedusr"
|
BASE_URL="https://mirrors.poster.place/releases/amd64/autobuilds/current-stage3-amd64-desktop-systemd-mergedusr"
|
||||||
wget "$BASE_URL/latest-stage3-amd64-desktop-systemd-mergedusr.txt"
|
wget "$BASE_URL/latest-stage3-amd64-desktop-systemd-mergedusr.txt"
|
||||||
wget $BASE_URL/$(cat latest-stage3-amd64-desktop-systemd-mergedusr.txt | grep tar.xz | tail -1 | cut -d '.' -f1-3 | cut -d '"' -f2 | cut -d ' ' -f1) -O /tmp/stage3.tar.xz
|
wget $BASE_URL/$(cat latest-stage3-amd64-desktop-systemd-mergedusr.txt | grep tar.xz | tail -1 | cut -d '.' -f1-3 | cut -d '"' -f2 | cut -d ' ' -f1) -O /tmp/stage3.tar.xz
|
||||||
|
7
repos.conf/gentoobinhost.conf
Normal file
7
repos.conf/gentoobinhost.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# These settings were set by the catalyst build script that automatically
|
||||||
|
# built this stage.
|
||||||
|
# Please consider using a local mirror.
|
||||||
|
|
||||||
|
[gentoobinhost]
|
||||||
|
priority = 9999
|
||||||
|
sync-uri = https://mirrors.poster.place/releases/amd64/binpackages/17.1/x86-64
|
19
repos.conf/repos.conf
Normal file
19
repos.conf/repos.conf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
main-repo = gentoo
|
||||||
|
|
||||||
|
[gentoo]
|
||||||
|
location = /var/db/repos/gentoo
|
||||||
|
sync-type = rsync
|
||||||
|
sync-uri = rsync://192.168.0.146/gentoo-portage
|
||||||
|
auto-sync = yes
|
||||||
|
sync-rsync-verify-jobs = 1
|
||||||
|
sync-rsync-verify-metamanifest = yes
|
||||||
|
sync-rsync-verify-max-age = 3
|
||||||
|
sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
|
||||||
|
sync-openpgp-keyserver = hkps://keys.gentoo.org
|
||||||
|
sync-openpgp-key-refresh-retry-count = 40
|
||||||
|
sync-openpgp-key-refresh-retry-overall-timeout = 1200
|
||||||
|
sync-openpgp-key-refresh-retry-delay-exp-base = 2
|
||||||
|
sync-openpgp-key-refresh-retry-delay-max = 60
|
||||||
|
sync-openpgp-key-refresh-retry-delay-mult = 4
|
||||||
|
sync-webrsync-verify-signature = yes
|
Loading…
Reference in New Issue
Block a user