Update update.sh

This commit is contained in:
Christoffer Martinsson 2024-09-23 18:58:00 +02:00
parent 295f09d032
commit b6a0ce2c15

View File

@ -163,10 +163,11 @@ sudo nala install -y nodejs
# Install platformio
printf -- '\033[33m Installing platformio\n\033[37m'
pipx install platformio
pipx ensurepath
# Install pynvim
printf -- '\033[33m Installing pynvim\n\033[37m'
pipx install pynvim
pip3 install pynvim
# Install neovim for node
printf -- '\033[33m Installing neovim for node\n\033[37m'