We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c3a42 commit b29ab5bCopy full SHA for b29ab5b
index.js
@@ -137,6 +137,9 @@ if (isMac()) {
137
run(`echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg${snapshot} main${suffix}" | sudo tee /etc/apt/sources.list.d/pgdg.list`);
138
}
139
140
+ console.log(process.arch);
141
+ run(`echo $USER`);
142
+
143
if (postgresVersion != defaultVersion) {
144
// remove previous cluster so port 5432 is used
145
// run(`sudo pg_dropcluster ${defaultVersion} main`);
0 commit comments