From 4d41f1b04131fe8def658dcd2b4896a2abc65623 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Thu, 1 Aug 2024 20:33:38 -0300 Subject: [PATCH] Add --force to pipx install --- .../run_after_81-install-gnome-extensions.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/run_after_81-install-gnome-extensions.sh.tmpl b/home/.chezmoiscripts/run_after_81-install-gnome-extensions.sh.tmpl index 4047fc2..4ae9f1e 100644 --- a/home/.chezmoiscripts/run_after_81-install-gnome-extensions.sh.tmpl +++ b/home/.chezmoiscripts/run_after_81-install-gnome-extensions.sh.tmpl @@ -45,7 +45,7 @@ missing_extensions=() if ! command -v gext >/dev/null; then log_task "Installing gnome-extensions-cli" - c pipx install gnome-extensions-cli + c pipx install --force gnome-extensions-cli fi for extension in "${wanted_extensions[@]}"; do