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

Check if titlepack need to be updated #9

Open
celianvdb opened this issue Apr 11, 2020 · 1 comment
Open

Check if titlepack need to be updated #9

celianvdb opened this issue Apr 11, 2020 · 1 comment

Comments

@celianvdb
Copy link
Contributor

# TODO: Check if update is required first.

This can return you the last update timestamp of a titlepack.
curl -I -s ${TITLE_PACK_URL} | grep last-modified | cut -c16-40 | xargs -I {} date -d "{}" +%s

@celianvdb
Copy link
Contributor Author

@tomvlk If you can add the enhancement label ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants