Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b29ab5b

Browse files
committedJan 20, 2025·
Debug
1 parent 39c3a42 commit b29ab5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎index.js

+3
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ if (isMac()) {
137137
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`);
138138
}
139139

140+
console.log(process.arch);
141+
run(`echo $USER`);
142+
140143
if (postgresVersion != defaultVersion) {
141144
// remove previous cluster so port 5432 is used
142145
// run(`sudo pg_dropcluster ${defaultVersion} main`);

0 commit comments

Comments
 (0)
Please sign in to comment.