Thanks!
I've tried the Arch instructions for Manjaro Linux but it seems that I have a newer libgit2 version installed because when starting a Pharo 9 image I get a debugger with
Error: Cannot locate any of #('libgit2.1.0.0.so' 'libgit2.so.1.0.0' 'libgit2.so.1.0' 'libgit2.so.1.1' 'libgit2.so.1.2' 'libgit2.so.0.25.1'). Please check if it installed on your system"
I've checked and it seems I have libgit 1.4
ldconfig -p | grep libgit
��������������libgit2.so.1.4 (libc6,x86-64) => /usr/lib/libgit2.so.1.4
��������������libgit2.so (libc6,x86-64) => /usr/lib/libgit2.so
Is anyone able to use the OBS builds for Manjaro or Arch?