-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Check for glibc version instead of distro version #31
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, but before merging:
- Let's have @stoletheminerals review as well.
- Let's confirm that installing using cask on macOS will not interfere with auto-updates.
@fmarier I assume we're still waiting for approval from @stoletheminerals? |
@wknapik Yes, are you done making all of the changes you wanted to make? I'd like Artem to review since he's assigned to the sec review and we're not planning any other changes to the MVP script after this. |
Yeah, I think so We'll ask people internally to test before going public and maybe we'll make some adjustments then, in a new PR |
Actually, pushed one last change to the README |
And a few more ;] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! since it supports macos installation with brew, do we plan to add it to https://brave.com/download/? It seems macos doesn't have a dedicated landing page
Do we want to promote that method of installation? With the auto-updater on macOS, just downloading and double-clicking on a .dmg seems simple enough. No need to have users run commands in a terminal. But maybe I'm not seeing some upside? For someone who has to do it frequently (like members our QA team), the script might end up being more convenient, but for the average user, I'm guessing not so much. Let's see what feedback we get once this goes live. |
We could also extend support to windows via WSL, I think |
@fmarier please approve as code owner and we'll merge |
It already works on WSL according to @bsclifton who tested an earlier version. WSL is basically just Ubuntu. |
So that installs the Linux browser, which then runs under WSL, right? |
I see. Yes, right now it would install the Linux version (.deb). Good idea. Worthy of a |
Opened #36 |
Yup- this installs the Linux version. When you open it, it'll open the app in a new window but it's the Linux version. I'm not sure how you can interface with Windows from WSL; they have different file systems. There might be a compatibility layer, but I doubt you can just do an install (to Windows from WSL). I'd love to be wrong though |
Resolves #5 (enforce system requirements)
Resolves #24 (various improvements)
Resolves #9 (support for macOS)
Adds support for Manjaro