mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +00:00
11 lines
102 B
Bash
11 lines
102 B
Bash
#!/usr/bin/env bash
|
|
|
|
pwd
|
|
|
|
npm ci &
|
|
go mod download &
|
|
go install ./utils/cmd/... &
|
|
cargo fetch &
|
|
|
|
wait
|