Remove wget dependency - #662
Open
quisys wants to merge 26 commits into
Open
Conversation
Switch zip, unzip, and unrar-free to bsdtar. Add Gentoo support.
Switch zip and unzip commands to bsdtar
Switch zip and unzip to bsdtar
Switch unzip to bsdtar
Oh yeah, and switch unrar-free too
Remove zip and unzip and switch unrar-free to libarchive
Oh yeah, remove zip and unzip checks
Fix syntax error
Debugged using Gentoo LiveCD
Don't rebuild already built packages
Clean up emerge command and ask before attempting to remove exfat-utils
Makes it so the emerge command rebuilds packages if they need to be rebuilt with a new USE flag (i.e. lvm). --update is used instead of --noreplace to achieve this behaviour. --ask is used instead of --autounmask to avoid angering people by forcing changed to their configs, instead asking and allowing them to do it themselves if necessary.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is very minor but
wgetis redundant in these scripts, so this is a patch on top of my previous Gentoo one to removewgetinstallation and use equivalentcurlcommands instead. This just means one less package for the user to install and maintain should they not want it. Pretty niche but also no downside. Separate PR in case you plan on using some obscure wget-exclusive feature in a future update and want to continue pulling it.