Added instructions for wifi firmware update, added installation script, updated startup script#3
Open
GuillaumeLeroy34 wants to merge 27 commits into
Open
Added instructions for wifi firmware update, added installation script, updated startup script#3GuillaumeLeroy34 wants to merge 27 commits into
GuillaumeLeroy34 wants to merge 27 commits into
Conversation
…, étape sautée si le .env existe déjà
RoiArthurB
requested changes
Apr 22, 2026
Contributor
RoiArthurB
left a comment
There was a problem hiding this comment.
Good base, but there's still some parts to enhance to have a qualitative results please :)
Contributor
There was a problem hiding this comment.
Good, could benefit to have both some pictures of the menus and a link or two to official documentation
|
|
||
| - To use it, download it, grant it execution permission (you can do this by using the command ```chmod +x file/path/to/installation_script.command``` ) | ||
|
|
||
| - Then open it. Apple will refuse to run this script, to run it once, go to the system settings, privacy and security, then scroll all the way down |
Contributor
There was a problem hiding this comment.
Could benefit to have some pictures of the menus
…open command to automatically open the browser
RoiArthurB
requested changes
May 4, 2026
| echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" | ||
|
|
||
| if [[ -f ".env" ]]; then | ||
| echo "✅ .env already existing, skipping... |
Contributor
There was a problem hiding this comment.
Missing ending double quote
…and the open command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added instructions as well as the bin file to update the firmware of the Deco BE25 wifi router.
updated the auto startup script to use automator applications instead of the old shell way, and updated the instructions to reflect that
made an installer script that when run installs homebrew, node and adb, then initializes the web application by running npm i and copying .env.example into .env, before running the application.
Updated the instructions to explain how to use it.