From: xf0r3m Date: Sat, 18 May 2024 13:01:43 +0000 (+0200) Subject: Poprawienie linku do ufetch w nord X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=80078a06bafabfb13a3c20755444c4151c5048c4;p=mikrod.git Poprawienie linku do ufetch w nord --- 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;