4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
apt-get -yy install postgresql-client-9.6
|