mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 16:50:22 +00:00
feat(dotbot): plugins: pipx, snap and crontab
This commit is contained in:
@@ -18,7 +18,7 @@ for pkg in "${packages[@]}"; do
|
||||
# Skip comments
|
||||
if [[ ${pkg:0:1} == "#" ]]; then continue; fi
|
||||
|
||||
python3 -m pip install --user $pkg
|
||||
python3 -m pip install --user "$pkg"
|
||||
|
||||
echo ""
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user