From c23e995431fa3cb31a8506a6cd653c540394d209 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Thu, 1 Aug 2024 11:35:57 +0200 Subject: [PATCH] [All] Add curl install --- setup_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index ee49429..eda6289 100755 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -9,7 +9,7 @@ shopt -s nullglob sudo apt -y update sudo apt -y dist-upgrade -sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim +sudo apt -y install curl neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim ./clone_and_link.sh; true if [ $SHELL != "/bin/zsh" ]; then chsh -s /usr/bin/zsh;