From e5ddc34813cf5a25b43821a6df6d44eeeec6a7ea Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 22 May 2025 12:10:28 +0200 Subject: [PATCH] wip --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d25472e..9474687 100755 --- a/install.sh +++ b/install.sh @@ -325,7 +325,7 @@ c_fonts() { local err local dirFonts="$HOME/.local/share/fonts/" if [[ ! -d "$dirFonts" ]]; then - if choise "Seems like you may miss some fonts.. Do you want to clone them now to <$HOME/.local/share/fonts/>" " ? [y|n]" && read -r ask_fonts # case "$ask_fonts" in