Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 18, 2024
1 parent 862150c commit 4bc9e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install-brew() {
if command -v brew &> /dev/null
then
echo "'brew' already exists. skipping installation.."
exit 0
return 0
fi

if ! /opt/homebrew/bin/brew shellenv 2>&1; then
Expand All @@ -54,10 +54,10 @@ install-brew() {
}

install-yay() {
if command -v brew &> /dev/null
if command -v yay &> /dev/null
then
echo "'yay' already exists. skipping installation.."
exit 0
return 0
fi

mkdir -p ~/.install
Expand Down

0 comments on commit 4bc9e83

Please sign in to comment.