Deleted user
Deleted user
@parasharrajat My solution is first and it also solves the problem in OP, @nkdengineer's solution is based on my solution and only adds 1 point
Duplicate of #10, which I wrote just 16 hours earlier lol
I don't blame him, I do too. Often.
I think u look at [llvm toolchain's build instructions](https://android.googlesource.com/toolchain/llvm_android/+/master/README.md) and switch x86_64 binaries with aarch64 ones, I tried to at like 2022 but failed
The generator seems to be present in Ubuntu 18.04 as it's included in the `systemd` package, but I haven't tried it personally.
An option would be to perform detection if system is using systemd and use that, to provide a solution at least for systemd users.
Yeah even if it needed to be baked it could still be fairly useful I'd imagine. I thought about it for a little longer and I suppose it can be...
Yes please!
Can we get an update on this?
This is what we're using: ```workbrew) name="Workbrew" packageID="com.workbrew.Workbrew" type="pkg" downloadURL="https://console.workbrew.com/downloads/macos" appNewVersion="$(curl -fsLI $downloadURL | grep -i '^content-disposition' | grep -Eo "[0-9]+\.[0-9]+\.[0-9]+")" expectedTeamID="676JW3JDLF" ;;```