From 280b3410ad14170b74f960de15606187b5d52c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kore=C5=84?= Date: Sat, 8 Jun 2024 01:51:49 +0200 Subject: [PATCH] Fixed neovim package name --- ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu.sh b/ubuntu.sh index a1f3408..d80d12c 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -1,6 +1,6 @@ sudo apt update sudo add-apt-repository ppa:neovim-ppa/unstable -sudo apt install build-essential btop fish nvim tmux curl git nodejs npm ripgrep +sudo apt install build-essential btop fish neovim tmux curl git nodejs npm ripgrep curl -fsSL https://bun.sh/install | bash