Commit Graph
3 Commits
Author SHA1 Message Date
Josh SorefandGitHub 7a8abe726a Improve apt handling (#708)
* Unify apt/apt-get logic

The previous logic was buggy in that it tried to use `apt` in the `apt-get` branch after deciding that `apt` was unavailable...

* Prefer apt-get over apt

apt does not have a stable cli and using it from scripts yields annoying messages

* Improve English for missing apt-get & apt case

* Fix apt-get/apt fallback behavior for $ patterns

If there's a `$` in the apt install pattern, it will not fail if it selects a thing and decides it isn't interested in installing it.

* Fix spelling of libssl
2020-10-26 23:27:09 -04:00
Josh SorefandGitHub dec260920f spelling: deprecate (#394) 2020-03-30 07:45:06 -04:00
Josh SorefandGitHub 41f4ca3414 grammar (#373) 2020-03-16 22:19:57 -04:00