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

widen dependency tool support #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheNicholasNick
Copy link

gl.inet device has limited binaries.

closes #18

@TheNicholasNick TheNicholasNick changed the title widen support widen dependency tool support Oct 20, 2024
reg="$(cfcurl --header 'Content-Type: application/json' --request "POST" --header 'CF-Access-Jwt-Assertion: '"${teams_ephemeral_token}" \
--data '{"key":"'"${wg_public_key}"'","install_id":"","fcm_token":"","model":"","serial_number":"","locale":"en_US"}' \
reg="$(cfcurl --header 'Content-Type: application/json' --request "POST" --header "CF-Access-Jwt-Assertion: ${teams_ephemeral_token}" \
--data '{"key":"'"${wg_public_key}"'","install_id":"","fcm_token":"","model":"","serial_number":"","name":"","locale":"en_US"}' \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for?

Copy link
Author

@TheNicholasNick TheNicholasNick Oct 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it came in as part #17 and i figured this was a formatting fix that worked (for --header and the quotes) - just added the empty name...

think need to autogen the name somehow or provide the option as a param

gl.inet device has limited binaries.

Closes rany2#18
Signed-off-by: TheNicholasNick <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

openwrt/gl.inet devices limited binary support
2 participants