Skip to content

Commit

Permalink
Add --force to pipx install
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Aug 1, 2024
1 parent fbf8887 commit 4d41f1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d41f1b

Please sign in to comment.