Skip to content

Commit

Permalink
Fix pipx installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmercer committed Dec 10, 2024
1 parent 7c413b6 commit f29f690
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ pipx_packages=(
"poetry"
)

# for pipx_packages in "${pipx_packages[@]}"; do
# echo "Installing pipx package $pipx_package"
# pipx install $pipx_package
# done
for pipx_package in "${pipx_packages[@]}"; do
echo "Installing pipx package $pipx_package"
pipx install $pipx_package
done

{{ end }}

Expand Down

0 comments on commit f29f690

Please sign in to comment.