diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-07 20:09:08 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-07 20:09:08 +0200 |
| commit | 8c20e7430ccb9050730256aaef0f9d4619d0eaf7 (patch) | |
| tree | 7fe77ab9b7518409db73dbd77590bced340ffb38 /releng/airootfs | |
| parent | 82c6f4bdb4564eac5169125dcb1922b17a1bf9b6 (diff) | |
| download | RaveOS-build-iso-8c20e7430ccb9050730256aaef0f9d4619d0eaf7.tar.gz RaveOS-build-iso-8c20e7430ccb9050730256aaef0f9d4619d0eaf7.zip | |
raveos update
Diffstat (limited to 'releng/airootfs')
| -rw-r--r-- | releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook | 2 | ||||
| -rw-r--r-- | releng/airootfs/etc/systemd/system/reflector-once.service | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook b/releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook index 312c41e..3feeb13 100644 --- a/releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook +++ b/releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook @@ -8,4 +8,4 @@ Target = pacman-mirrorlist Description = Updating mirrorlist with reflector (Hungary)... When = PostTransaction Depends = reflector -Exec = /usr/bin/reflector -c HU --protocol https --sort rate --latest 20 --download-timeout 5 --threads 20 --save /etc/pacman.d/mirrorlist +Exec = /usr/bin/reflector -c HU,AT,DE,PL,CZ --protocol https --sort rate --latest 20 --download-timeout 10 --threads 5 --save /etc/pacman.d/mirrorlist diff --git a/releng/airootfs/etc/systemd/system/reflector-once.service b/releng/airootfs/etc/systemd/system/reflector-once.service index 5a73044..bc9c479 100644 --- a/releng/airootfs/etc/systemd/system/reflector-once.service +++ b/releng/airootfs/etc/systemd/system/reflector-once.service @@ -5,7 +5,7 @@ After=network-online.target [Service] Type=oneshot -ExecStart=/usr/bin/reflector -c HU --protocol https --sort rate --latest 20 --download-timeout 5 --threads 20 --save /etc/pacman.d/mirrorlist +ExecStart=/usr/bin/reflector -c HU,AT,DE,PL,CZ --protocol https --sort rate --latest 20 --download-timeout 10 --threads 5 --save /etc/pacman.d/mirrorlist [Install] WantedBy=multi-user.target |