9 lines
191 B
Bash
9 lines
191 B
Bash
#!/bin/bash
|
|
|
|
git clone https://github.com/pgvector/pgvector
|
|
cd pgvector && git checkout v0.7.0
|
|
|
|
cd ..
|
|
|
|
git clone https://github.com/timescale/timescaledb
|
|
cd timescaledb && git checkout 2.15.0 |