LogosLinuxInstaller
LogosLinuxInstaller copied to clipboard
feat: add GUIX support
Fixes #48.
Currently blocked as Python 3.12 is not supported to do enough testing to figure out the workarounds to patch the binary's ELF.
guest@gnu ~$ chmod 700 oudedetai
guest@gnu ~$ ./oudedetai
bash: ./oudedetai: No such file or directory
guest@gnu ~$ sudo patchelf --set-interpreter /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/ld-linux-x86-64.so.2 Downloads/oudedetai
guest@gnu ~$ ./Downloads/oudedetai
./Downloads/oudedetai: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
I believe Python 3.12 is now available