-
Notifications
You must be signed in to change notification settings - Fork 10
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
Merging tusharpm's use-bash #6
base: default
Are you sure you want to change the base?
Conversation
- apt-add-repository adds the binaries repository, and misses the sources entry - Add the -s flag to apt-add-repository to add the deb-src entry - Reduce the repetition of the same command.
- use jq for JSON processing - use bash-builtins for processing the output - retain the same logic as the Ruby script
…checker into tusharpm-use-bash
@BanzaiMan AFAICT the |
build.sh
Outdated
IFS=${old_IFS} | ||
cd "${HOME}" | ||
curl -sSL "${APT_SOURCE_WHITELIST_UBUNTU_JSON}" \ | ||
| jq -r '.[] | [.alias, .sourceline, .key_url] | join(" ")' \ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
uh for some reason the bot did not make the branch or the pull request yet for the libc++-dev issue I opened for the whitelist. |
No description provided.