iamromulan / quectel-rgmii-toolkit

Quectel module RGMII toolkit
Other
40 stars 21 forks source link

Updated to resolve tailscale update issue with filesystem readonly. #35

Closed RouteTable closed 2 months ago

iamromulan commented 2 months ago

Good catch! However the binaries download to the current directory when updating so this can be solved by cd /usrdata/tailscale/ first probably. I'll look later :) Merging for now.

RouteTable commented 2 months ago

From what I'm seeing, running "tailscale update" appears to download to /root/.cache/ directory, regardless of the working directory when the command is run.

This open issue points in a similar direction. Hopefully, they will add a parameter to allow that to be customized, but if you can find a creative work-around, I'm certainly in favor of it!

https://github.com/tailscale/tailscale/issues/11348

iamromulan commented 2 months ago

From what I'm seeing, running "tailscale update" appears to download to /root/.cache/ directory, regardless of the working directory when the command is run.

This open issue points in a similar direction. Hopefully, they will add a parameter to allow that to be customized, but if you can find a creative work-around, I'm certainly in favor of it!

https://github.com/tailscale/tailscale/issues/11348

Sounds like it's related to $PROFILE then. It'll experiment with it 😁