Skip to content

Commit

Permalink
Update bootstrap-dotfiles.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterson authored Nov 5, 2024
1 parent 30a2aa0 commit 6e44629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap-dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ if [ -n "$apt" ]; then
elif [ -n "$dnf" ]; then
$INSTALL epel-release
$INSTALL neovim
python3 -m pip install --user --upgrade --break-system-packages pynvim typing_extensions
$INSTALL pip
python3 -m pip install --user --upgrade pynvim typing_extensions
elif [ -n "$brew" ]; then
$INSTALL neovim
python3 -m pip install --user --upgrade --break-system-packages pynvim typing_extensions
Expand Down

0 comments on commit 6e44629

Please sign in to comment.