Skip to content

Commit

Permalink
Updated Install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinzyx committed Jul 22, 2024
1 parent 42413b4 commit d0f2abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ echo Installing RagBuilder
setlocal EnableDelayedExpansion

echo Downloading Brewfile...
curl -fsSL https://raw.githubusercontent.com/KruxAI/ragbuilder-readme/main/Brewfile -o Brewfile
curl -fsSL https://raw.githubusercontent.com/KruxAI/ragbuilder/main/Brewfile -o Brewfile

echo Reading Brewfile...
echo Installing packages from Brewfile...
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

# Download the Brewfile
echo "Downloading Brewfile..."
curl -fsSL https://raw.githubusercontent.com/KruxAI/ragbuilder-readme/main/Brewfile -o Brewfile
curl -fsSL https://raw.githubusercontent.com/KruxAI/ragbuilder/main/Brewfile -o Brewfile

# Install Homebrew packages using Brewfile
echo "Installing Homebrew packages..."
Expand Down

0 comments on commit d0f2abd

Please sign in to comment.