Closed Samueru-sama closed 2 months ago
Added: https://github.com/Azathothas/Toolpacks/commit/ee4721e0e4cc74e56ab51bed72fbee09705a5aba Please test & let me know if it works as expected: [+] https://bin.ajam.dev/x86_64_Linux/nvme
curl -qfsSL "https://bin.ajam.dev/$(uname -m)/nvme" -o "./nvme" && chmod +x "./nvme"
"./nvme" --help
Added: ee4721e Please test & let me know if it works as expected: [+] https://bin.ajam.dev/x86_64_Linux/nvme
curl -qfsSL "https://bin.ajam.dev/$(uname -m)/nvme" -o "./nvme" && chmod +x "./nvme" "./nvme" --help
It works, thank you!
I wanted to make the PR but I got stuck trying to compile it statically lol
instructions
TL:DR
git clone repo && make static
I tried building on ubuntu 20.04 and I get some errors about that I can't statically link getaddrinfo (glibc issue).
I then tried on alpine and I get this error:
Note that the name of the binary is nvme instead of nvme-cli