From 1e5c5239c9e2a76c7b452557d2ad8559857e24b8 Mon Sep 17 00:00:00 2001 From: Collie Tsai Date: Thu, 20 Feb 2025 08:18:49 +0800 Subject: [PATCH] fix steam blocking when there is no font candidate --- home/.chezmoidata/packages.yaml | 3 ++- home/.chezmoiscripts/run_onchange_install-packages.sh.tmpl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/.chezmoidata/packages.yaml b/home/.chezmoidata/packages.yaml index 85cae1f..592be64 100644 --- a/home/.chezmoidata/packages.yaml +++ b/home/.chezmoidata/packages.yaml @@ -27,8 +27,9 @@ packages: - "the_silver_searcher" - "tig" - "tldr" - - "tree" - "tmux" + - "tree" + - "ttf-input" - "unzip" - "vesktop-bin" - "wget" diff --git a/home/.chezmoiscripts/run_onchange_install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_install-packages.sh.tmpl index 1bba51d..34a0e4b 100644 --- a/home/.chezmoiscripts/run_onchange_install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_install-packages.sh.tmpl @@ -27,6 +27,7 @@ retry() { {{ if or (eq $osid "arch") (eq $osid "manjaro") }} echo -e "${GREEN}Installing packages for {{ $osid }}...${NC}" {{ if or .packages.sharedArch.pacman .packages.sharedArch.aur }} + sudo pacman -Syy retry paru -S --noconfirm {{ range .packages.sharedArch.pacman }}{{ . }} {{ end }} {{ range .packages.sharedArch.aur }}{{ . }} {{ end }} {{ end }} {{ else if eq $osid "ubuntu" }}