This commit is contained in:
pika 2025-05-22 12:10:28 +02:00
parent 6ef0786cae
commit e5ddc34813

View file

@ -325,7 +325,7 @@ c_fonts() {
local err local err
local dirFonts="$HOME/.local/share/fonts/" local dirFonts="$HOME/.local/share/fonts/"
if [[ ! -d "$dirFonts" ]]; then 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/>" </dev/tty; then if choose "Seems like you may miss some fonts.. Do you want to clone them now to <$HOME/.local/share/fonts/>" </dev/tty; then
# echo_info "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 # echo_info "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 # case "$ask_fonts" in