Skip to content

Commit 05b3589

Browse files
committed
Remove sudo when installing pcluster cli
Signed-off-by: Francesco De Martino <[email protected]>
1 parent d910da5 commit 05b3589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/awsbatch_config.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
curl -v -L -o aws-parallelcluster.tgz #{node['cfncluster']['custom_awsbatchcli_package']}
4545
tar -xzf aws-parallelcluster.tgz
4646
cd aws-parallelcluster-*
47-
sudo pip install cli/
47+
pip install cli/
4848
EOH
4949
end
5050
else
@@ -61,4 +61,4 @@
6161
version node['cfncluster']['cfncluster-version']
6262
end
6363
end
64-
end
64+
end

0 commit comments

Comments
 (0)