diff --git a/config.json b/config.json index cb5c917..6037c0b 100644 --- a/config.json +++ b/config.json @@ -65,7 +65,7 @@ }, { "package": "nvim", - "install": "wget -O nvim.deb https://gitea.tomastm.com/tomas.mirchev/neovim/releases/download/v0.10.0/nvim-linux-$(dpkg --print-architecture).deb && sudo dpkg -i nvim.deb && rm nvim.deb" + "install": "bash -c 'wget -O nvim.deb https://gitea.tomastm.com/tomas.mirchev/neovim/releases/download/v0.10.0/nvim-linux-$(dpkg --print-architecture).deb && sudo dpkg -i nvim.deb && rm nvim.deb'" }, { "package": "git",