change install stuff

This commit is contained in:
Stephen Parkinson
2021-08-15 14:20:05 -07:00
parent 5c8bc65931
commit a99d46b940
4 changed files with 6 additions and 2 deletions

View File

@@ -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 net-tools jq -y
sudo apt install coreutils zsh net-tools jq -y
sudo apt upgrade -y
elif [ "$OSTYPE" = "Darwin" ]; then
echo "Install Homebrew? [y/n]"