We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed23f82 commit 24ae61bCopy full SHA for 24ae61b
node/postinstall.js
@@ -4,5 +4,5 @@ let tag = require('./package.json').version
4
const os = process.platform
5
const cpu = process.arch
6
7
-execSync(`curl -LSfs https://jasonshin.github.io/sqlx-ts/install.sh | bash -s -- --os ${os} --cpu ${cpu} --tag ${tag} -f`, { stdio: 'inherit' })
+execSync(`curl -LSfs https://jasonshin.github.io/sqlx-ts/install.sh | sh -s -- --os ${os} --cpu ${cpu} --tag ${tag} -f`, { stdio: 'inherit' })
8
console.info('sqlx-ts installation successful')
0 commit comments