YT-Spammer-Purge
YT-Spammer-Purge copied to clipboard
Update Linux install command
Related Issue/Addition to code
- Addition to code.
Type of change
- [X] Bug fix (non-breaking change)
Proposed Changes
- update the Linux install command to remove the danger of executing a failed download
Why is this change needed?
It's needed because, as described below, executing a failed download can potentially be dangerous.
Additional Info
- Piping straight from the internet into any shell can be dangerous, because if the download only partially succeeds there can be commands created that way from legit commands that instead cause harm. The new command first downloads the file fully and only if it downloads error-free tries to execute it through bash.
Checklist:
- [X] My code follows the style guidelines of this project and I have read CONTRIBUTING.md
- [X] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas (N/A)
- [ ] I have made corresponding changes to the documentation (N/A)
- [X] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published in downstream modules (N/A)
- [X] I have checked my code and corrected any misspellings
Screenshots
Original | Updated |
---|---|