Added curl to the deb installer

This commit is contained in:
2022-01-06 19:46:16 -08:00
parent f46cd54350
commit e072f10ee7

View File

@ -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