Ryan
|
dcb58dee7a
|
fix: escape tilde operator (#3868)
Prevents markdown to interpret it as 'strike down' style when 2 or more tilde operators appear
|
2021-08-09 11:59:59 +03:00 |
|
Ryan
|
09920886d1
|
[ubuntu] fix: correct variable to print only tool name (#3767)
it was broken in #3701
|
2021-07-21 14:58:59 +03:00 |
|
hackercat
|
be806579bb
|
[Ubuntu] Fix Erlang version in software report
SoftwareReport collects wrong version for Erlang, it reports Eshell
version rather than Erlang itself.
reference: https://stackoverflow.com/questions/9560815/how-to-get-erlangs-release-version-number-from-a-shell
2nd answer
`erl` doesn't have `-v` flag, only `-version`
`erlc` `-v` flag is for verbose output
`rebar3` reports it's version with flag `-v`
Change `erl -v` to `erl -version` as it gets stuck in certain scenarios
like using Docker as packer builder.
reference: http://erlang.org/doc/man/erl.html
|
2021-03-31 12:38:11 +03:00 |
|
hackercat
|
abbad83bb1
|
feat: Return apt packages with their installed versions (#2939)
|
2021-03-26 08:28:15 +03:00 |
|
hackercat
|
ecfee9c8ec
|
Remove Clang 11 dependencies (#3007)
|
2021-03-25 11:05:08 +03:00 |
|