Skip to content
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

Install without network connectivity #323

Open
kg4zow opened this issue Apr 6, 2024 · 1 comment
Open

Install without network connectivity #323

kg4zow opened this issue Apr 6, 2024 · 1 comment
Labels
enhancement New feature or request install script

Comments

@kg4zow
Copy link

kg4zow commented Apr 6, 2024

My home network is configured to block my tablets from accessing the internet.

Is there a way to install this without having to temporarily un-block the tablets? Maybe ... I dunno, git clone the repo on a computer, scp -r that directory into the tablet, and then ssh into the tablet and run the installer locally, without it having to access anything outside the local network?

I haven't started looking at what install.sh does yet, but if this turns out to be something that would work, then all I'm asking for is to update the repo's README.md file to explain how to do it.

@RedTartan04
Copy link

RedTartan04 commented Apr 6, 2024

Good idea. With your skills I think you should be able to adapt install.sh a little. From what I see scrolling through, basically it maps the rM's software version to the right patch file and wgets it from github (path in PATCH_URL). In addition the stylus patch option is downloaded from another, hardcoded url on github (and also updates wget itself). Is it possible to wget a file from a local, relative directory? Then it's maybe just changing the two URLs?

@beelux beelux added install script enhancement New feature or request labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request install script
Projects
None yet
Development

No branches or pull requests

3 participants