From 9c5c1c75b6bf58a6991908e5e9cb7249816df89f Mon Sep 17 00:00:00 2001 From: Stephen Date: Fri, 27 Nov 2020 14:37:02 -0800 Subject: [PATCH] add linux deps --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 09c9709..f4bc4f4 100755 --- a/setup.sh +++ b/setup.sh @@ -5,7 +5,7 @@ OSTYPE=$(uname -s) # get package manager up to date if [ "$OSTYPE" = "Linux" ]; then sudo apt update - sudo apt install fortune cowsay lolcat zsh -y + sudo apt install fortune cowsay lolcat zsh net-tools jq -y sudo apt upgrade -y elif [ "$OSTYPE" = "Darwin" ]; then echo "Install Homebrew? [y/n]"