From e072f10ee7fe2d07eabfffc404cd1ac618f673da Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Thu, 6 Jan 2022 19:46:16 -0800 Subject: [PATCH] Added curl to the deb installer --- scripts/install-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-debian.sh b/scripts/install-debian.sh index feeeee5..6cc37af 100755 --- a/scripts/install-debian.sh +++ b/scripts/install-debian.sh @@ -5,6 +5,6 @@ sudo apt update sudo apt upgrade # Install -sudo apt install --assume-yes build-essential unrar vim git cmake neovim +sudo apt install --assume-yes build-essential unrar vim git cmake neovim curl wget echo "alias vim=nvim" >> ~/.bashrc