Files
query-orchestration/scripts/install-deps.sh
T
Michael McGuinness a8493b3e93 lf
2024-12-19 11:38:57 +00:00

7 lines
163 B
Bash

#!/bin/sh
# Install Taskfile
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/binintegration
# Install dependencies
task deps:install