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() {
for pkg in "$@"
do
for pkg in "$@"; do
pipx install --force "$pkg"
done
}