]> gitweb.morketsmerke.org Git - mikrod.git/commitdiff
Poprawienie linku do ufetch w nord
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 18 May 2024 13:01:43 +0000 (15:01 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 18 May 2024 13:01:43 +0000 (15:01 +0200)
mikrod-nord.sh

index 80eec0c6d0f6a506b0848c40944ee246bc74f540..0cd81a2198065746ac26cc52d8207f370011dd4c 100644 (file)
@@ -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;