Skip to content

Commit

Permalink
Fix macos repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox committed Aug 21, 2023
1 parent 17bb276 commit d2ce6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/macos-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cargo instal diesel_cli --no-default-features --features "postgres"
echo "Switching to home directory"
cd ~/
echo "Cloning Aardwolf..."
git clone https://github.com/aardwolf/aardwolf
git clone git@github.com:Aardwolf-Social/aardwolf.git

# Create the aardwolf database
echo "Creating the aardwolf database..."
Expand Down

0 comments on commit d2ce6ba

Please sign in to comment.