Skip to content

Conversation

@gaborcsardi
Copy link
Collaborator

With the original

[ -e /tmp/google-chrome.deb ] && rm /tmp/google-chrome.deb"

code, if chrome was already installed, and thus it was not
downloaded to /tmp/google-chrome.deb, the post-install
expression returns with a non-zero status, which is considered
a failure.

Fixes r-lib/pak#347

With the original
```
[ -e /tmp/google-chrome.deb ] && rm /tmp/google-chrome.deb"
```
code, if chrome was already installed, and thus it was not
downloaded to `/tmp/google-chrome.deb`, the test post-install
expression returns with a non-zero status, which is considered
a failure.

Fixes r-lib/pak#347
@gaborcsardi gaborcsardi requested a review from glin December 20, 2021 14:14
Copy link
Contributor

@glin glin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@glin glin merged commit ac0c944 into rstudio:master Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed installation of chrome system requirement

2 participants