From 581e593aa91dce9a45e5bce466e02eb4edb52c40 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 1 Jan 2019 21:09:25 -0200 Subject: xuname: fix url --- xuname | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xuname b/xuname index ed3b442..065e3c0 100755 --- a/xuname +++ b/xuname @@ -9,12 +9,12 @@ HOLD=$(xbps-query -H) VM=$(dmesg | awk '/Hypervisor detected/{print $NF}') CPU=$(cat /proc/cpuinfo |awk '/^vendor_id/{print $NF;exit}') REPO=$(xbps-query --regex -p repository -s '.' | cut -d/ -f2- | sort -u | awk ' - /^\/repo.voidlinux.eu\/current\/multilib/ {m=m"m"} - /^\/repo.voidlinux.eu\/current\/debug/ {d=d"d"} - /^\/repo.voidlinux.eu\/current\/.*\/nonfree/ {n=n"n"} - /^\/repo.voidlinux.eu\/current/ {r=r"r"} + /^\/alpha.de.repo.voidlinux.org\/current\/multilib/ {m=m"m"} + /^\/alpha.de.repo.voidlinux.org\/current\/debug/ {d=d"d"} + /^\/alpha.de.repo.voidlinux.org\/current\/.*\/nonfree/ {n=n"n"} + /^\/alpha.de.repo.voidlinux.org\/current/ {r=r"r"} /xdowngrade-/ {D=D"D"} - !/repo.voidlinux.eu/ && !/xdowngrade-/ {F=F"F"} + !/alpha.de.voidlinux.org/ && !/xdowngrade-/ {F=F"F"} END { print r m d n D F } ') -- cgit 1.4.1