From 180cdd878573c0988f6d7ceadec4c6904f7de254 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 14 Jun 2022 20:36:03 -0400 Subject: xuname: replace alpha.de with repo-default --- xuname | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xuname b/xuname index 7c63755..da56a50 100755 --- a/xuname +++ b/xuname @@ -11,10 +11,10 @@ VM=$(dmesg 2>/dev/null | awk '/Hypervisor detected/{print $NF}') CPU=$(cat /proc/cpuinfo |awk '/^vendor_id/{print $NF;exit}') [ -z "$CPU" ] && CPU=$(cat /proc/cpuinfo |awk '/^platform/{print $NF;exit}') REPO=$(xbps-query --regex -p repository -s '.' | cut -d/ -f2- | sort -u | awk ' - /^\/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"} + /^\/repo-default.voidlinux.org\/current\/multilib/ {m=m"m"} + /^\/repo-default.voidlinux.org\/current\/debug/ {d=d"d"} + /^\/repo-default.voidlinux.org\/current\/.*\/nonfree/ {n=n"n"} + /^\/repo-default.voidlinux.org\/current/ {r=r"r"} /xdowngrade-/ {D=D"D"} !/alpha.de.voidlinux.org/ && !/xdowngrade-/ {F=F"F"} END { print r m d n D F } -- cgit 1.4.1