Skip to content

Commit

Permalink
Disable pipx package installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmercer committed Dec 8, 2024
1 parent 095ec6a commit 7c413b6
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_packages in "${pipx_packages[@]}"; do
# echo "Installing pipx package $pipx_package"
# pipx install $pipx_package
# done

{{ end }}

Expand Down

0 comments on commit 7c413b6

Please sign in to comment.