Skip to content

Commit

Permalink
test: 🧪 test again
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Nov 2, 2024
1 parent f179a49 commit 65d20d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ brew tap "homebrew/bundle"

printf "📦 Installing essential Oxidizer toolchains...\n"

while read pkg; do
while read -r pkg; do
case $pkg in
ripgrep)
cmd='rg'
Expand All @@ -60,8 +60,6 @@ while read pkg; do
if ! command -v "$cmd" >/dev/null 2>&1; then
printf "%s not found, installing...\n" "$pkg"
brew install "$pkg"
else
printf "%s installed, skipping...\n" "$pkg"
fi
done <"${OXIDIZER}"/defaults/install.txt

Expand Down

0 comments on commit 65d20d2

Please sign in to comment.