innobead / huber

Huber 📦, Package Install Manager for GitHub repos
Apache License 2.0
189 stars 15 forks source link

Ubuntu 22.04 installation not working out of the box #58

Open kohlerm opened 1 year ago

kohlerm commented 1 year ago

Describe the bug

Ubuntu is missing the libssl.so.1.1 library and huber does not work

To Reproduce

On Ubuntu 22.04 after installing via "curl", running huber leads to the error:

huber: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Expected behavior

huber should also work with openssl-3.x ,which ships with Ubuntu 22.04

Environment