We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(orig reported at #73 )
We can probably just use some basic bash hackery of if hash chromium 2>/dev/null etc etc.
if hash chromium 2>/dev/null
The text was updated successfully, but these errors were encountered:
Linux doesn't have chrome canary. Can we just use the regular google chrome instead? I tested and it works fine even if chrome is already running.
Sorry, something went wrong.
Hmm.. We're going to need latest builds, so lets prefer chromium.
fixed by #119 and #124
deepanjanroy
No branches or pull requests
(orig reported at #73 )
We can probably just use some basic bash hackery of
if hash chromium 2>/dev/null
etc etc.The text was updated successfully, but these errors were encountered: