From 9499f0e27c9ba864fae712fe34d88330abae6781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reddy=4050=C2=B0N?= <105098905+REDDY50N@users.noreply.github.com> Date: Mon, 21 Nov 2022 12:10:30 +0100 Subject: [PATCH] Fix missing o in echo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1e9051a4..217458e8 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ pacman -S nerd-fonts-jetbrains-mono # Installation cd ~/.config && git clone https://github.com/sentinm/Chadwm-Arch.git chadwm -ech "done! - Fetching chadwm repository." +echo "done! - Fetching chadwm repository." cp ~/.config/chadwm/fonts/* ~/.local/share/fonts/ echo "done! - Copying font files."