Todd Martin

Results 81 comments of Todd Martin

Wouldn't be better to provide a generic action to run updates? It can trigger an update on homebrew, and the update/upgrade routine for other package managers. This seems like a...

At least on the linux side. I have been working with someone to create a sort of extension to the os_info details that will allow for better detailing of a...

Would the directory be a user specified directory?

For the most part, this seems straight forward except for one thing. Pulling a binary is easy. On Unix platforms (BSD, Linux, MacOS), tar should be available so calling `tar`...

With which, we can check to see if 7zip is in the path. The question here is, should we build in that we pull 7zip from winget if not present...

So looking at the source tree. Perhaps we should also rename the `src/lib/src/actions/binary` to `src/lib/src/actions/github` and rename the current github.rs file to binary.rs? Well I guess it comes down to...

I like the `download.archive.` If a link is being provided in the yaml, the logic we could make should work even if the download occurs from somewhere other than github.

You have to install the library for openssl. I recently had to do this. If I recall correctly: ``` sudo apt install openssl-devel ``` Then comtrya should build. My guess...

I haven't used the installer script, just built from source which is why I grab the devel, may just need to install the openssl/lineal package. But it's a library comtrya...

We are discussing it some on the discord. It was mentioned just vendoring and statically linking, which is something we can do. However, does that now put more responsibility or...