aboutsummaryrefslogtreecommitdiff
path: root/bin/ThirdPartyInstaller
Commit message (Collapse)AuthorAge
* Improved dependency search on rpmfind.net: we now include the distroLucas C. Villa Real2018-06-30
| | | | | | code (i.e., fc26, fc27, etc) and have a placeholder to check versions when a range filter is given. We can probably use some of the code from Scripts' FindDependencies.c here.
* Invert logic: do not search the web for dependencies by default.Lucas C. Villa Real2018-06-29
|
* Ignore archives not ending on .rpm or .debLucas C. Villa Real2018-01-30
|
* Delete temporary archives after installing them.Lucas C. Villa Real2017-10-12
|
* If a package with the same name is already installed then reuse it to ↵Lucas C. Villa Real2017-10-12
| | | | prevent CamelCaseInconsistencies.
* Fixes a misspellLucas C. Villa Real2017-10-12
|
* Merge branch 'master' of github.com:gobolinux/ThirdPartyInstallersLucas C. Villa Real2017-03-18
|\
| * Catch packages attempting to install files under /usr/local.Lucas C. Villa Real2017-02-03
| |
* | Print the camel-case program name before installation begins.Lucas C. Villa Real2017-01-27
|/
* Fixes installation of packages when the user passes a filesystem pathLucas C. Villa Real2017-01-22
| | | | rather than an URL to the RPM/DEB file.
* Fixes typo on function name.Lucas C. Villa Real2017-01-11
|
* Fetch remote files at the very beginning, and make wget verbose byLucas C. Villa Real2017-01-10
| | | | default.
* Introduce support for the installation of DEB files. One caveat is thatLucas C. Villa Real2017-01-02
| | | | | .deb control files do not include licensing information, per https://www.debian.org/doc/debian-policy/ch-controlfields.html.
* Rename main script.Lucas C. Villa Real2017-01-02