mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-01 02:14:16 +07:00
Refactor linux.sh and fetch nightly script
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -2358,7 +2358,7 @@ async function run() {
|
||||
case 'darwin':
|
||||
case 'linux':
|
||||
script_path = await build(os_version + '.sh', version, os_version);
|
||||
await exec_1.exec('sh ' + script_path + ' ' + version + ' ' + __dirname);
|
||||
await exec_1.exec('bash ' + script_path + ' ' + version + ' ' + __dirname);
|
||||
break;
|
||||
case 'win32':
|
||||
script_path = await build('win32.ps1', version, os_version);
|
||||
|
Reference in New Issue
Block a user