aws-lambda-r icon indicating copy to clipboard operation
aws-lambda-r copied to clipboard

fail if yum cannot install linux packages

Open MikeBadescu opened this issue 7 years ago • 0 comments

Problem:

  • script continues if yum install fails
  • no option in settings to specify what to install

TODO:

  • [ ] put yum packages in an array in settings
  • [ ] read array, generate install commands
    • best if we have only one yum install command
  • [ ] check for errors and fail if error after install

MikeBadescu avatar Oct 05 '17 02:10 MikeBadescu