From 80078a06bafabfb13a3c20755444c4151c5048c4 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 18 May 2024 15:01:43 +0200 Subject: [PATCH] Poprawienie linku do ufetch w nord --- mikrod-nord.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mikrod-nord.sh b/mikrod-nord.sh index 80eec0c..0cd81a2 100644 --- a/mikrod-nord.sh +++ b/mikrod-nord.sh @@ -53,7 +53,7 @@ xterm*.color15: #ECEFF4 EOF sudo apt install --no-install-recommends -y git procps; -git clone https://github/jschx/ufetch; +git clone https://github.com/jschx/ufetch; uiLine=$(grep =n 'unknown' ufetch/ufetch-debian | cut -d ":" -f 1) sed -i "${uiLine}s/unknown/ratpoison/" ufetch/ufetch-debian; sudo cp ufetch/ufetch-debian /usr/local/bin/ufetch; -- 2.39.5