Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
Added homebrew dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Mar 7, 2021
1 parent 2e614b0 commit 3b39700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ elif [ -x "$(command -v apt-get)" ]; then sudo apt-get install $packagesNeeded
elif [ -x "$(command -v dnf)" ]; then sudo dnf install $packagesNeeded
elif [ -x "$(command -v zypper)" ]; then sudo zypper install $packagesNeeded
elif [ -x "$(command -v pacman)" ]; then sudo pacman -S $packagesNeeded
elif [ -x "$(command -v brew)" ]; then brew install $packagesNeeded
else echo "FAILED TO INSTALL PACKAGE: Package manager not found. You must manually install: $packagesNeeded">&2; fi
totalm=$(free -m | awk '/^Mem:/{print $2}')
if [[ $totalm -lt 1024 ]]; then
Expand Down

0 comments on commit 3b39700

Please sign in to comment.