Skip to content

Commit

Permalink
Update install-dependencies.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisKGZ authored Sep 12, 2023
1 parent e69aac9 commit e671b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/install-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const execCommand = require('./exec-command.js');

var fnInstallSFDX = function(){
core.info('=== Downloading and installing SFDX cli ===');
execCommand.run('npm install', ['--global', 'sfdx-cli']);
execCommand.run('npm', ['install', '--global', 'sfdx-cli']);
//execCommand.run('wget', ['https://developer.salesforce.com/media/salesforce-cli/sfdx-linux-amd64.tar.xz']);
//execCommand.run('mkdir', ['-p', 'sfdx-cli']);
//execCommand.run('tar', ['xJf', 'sfdx-v7.209.6-8ba3197-linux-x64.tar.xz', '-C', 'sfdx-cli', '--strip-components', '1']);
Expand Down

0 comments on commit e671b4a

Please sign in to comment.