Files
query-orchestration/scripts/install-deps.sh
T

7 lines
163 B
Bash
Raw Normal View History

2024-12-19 11:38:57 +00:00
#!/bin/sh
# Install Taskfile
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/binintegration
# Install dependencies
task deps:install