Reformat.

master
Icedream 2022-06-13 15:48:35 +02:00
parent ff29919af8
commit 63950171eb
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ pip3_install() {
} }
pipx_install() { pipx_install() {
for pkg in "$@" for pkg in "$@"; do
do
pipx install --force "$pkg" pipx install --force "$pkg"
done done
} }