diff options
Diffstat (limited to 'postgresql-tests/gen-data/prep')
-rwxr-xr-x | postgresql-tests/gen-data/prep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/postgresql-tests/gen-data/prep b/postgresql-tests/gen-data/prep new file mode 100755 index 0000000..b5b19b5 --- /dev/null +++ b/postgresql-tests/gen-data/prep @@ -0,0 +1,5 @@ +#!/bin/bash + +yum install -y wget postgresql-server unzip +echo "LANG=en_US.UTF-8" > /etc/locale.conf +rm -rf /var/lib/pgsql/data |