From 21121ad69d465479420f734d3401be81b8b6646c Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Thu, 1 Aug 2024 11:36:20 +0200 Subject: [PATCH] [All] Add curl install for shared installs --- setup_ubuntu_shared.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_ubuntu_shared.zsh b/setup_ubuntu_shared.zsh index 4a25e73..0aaa880 100755 --- a/setup_ubuntu_shared.zsh +++ b/setup_ubuntu_shared.zsh @@ -7,7 +7,7 @@ # 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 shared; true if [ $SHELL != "/bin/zsh" ]; then chsh -s /usr/bin/zsh;