setup-postgres.sh 84 B

1234567
  1. #!/bin/bash
  2. fw_depends crystal
  3. crystal deps install
  4. crystal server-postgres.cr &