-
Notifications
You must be signed in to change notification settings - Fork 24
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
curl not found #2
Comments
I have implement to use ping here, but some people in social media, suggest me to use
Thankyou, I will update the README.md later. |
I think |
I have tested to remove the internet connection check before running tailscaled, apparently it has no effect at all, I will remove this unnecessary internet check because tailscaled will connect automatically if internet is available. Anyway, thanks for your feedback, I just found out you own the KernelSU repository, it's an honor to get feedback from you. |
Thank you for the amazing module, it is really helpful :) |
You're welcome, I fix some some problem, can you try this https://github.com/anasfanani/Magisk-Tailscaled/releases/tag/v1.56.1.2-beta |
It works as expected. |
Some device doesn't have
curl
, this would fail forever: https://github.com/anasfanani/Magisk-Tailscaled/blob/main/service.sh#L8C5-L8C21maybe we can simply use
ping -c 1.1.1.1
?By the way, this module is proved to work well on KernelSU after commit: 6c86fd1 ;) You don't need to create a module for it separately, it is compatible with Magisk module.
The text was updated successfully, but these errors were encountered: