CasparCG Client on Ubuntu 22.04

Hi all,

I have been trying to get the CCG Client to work on Ubuntu 22.04, but I keep getting the same error. I followed the steps that are in the Github repository:

  1. I cloned the repository from the Github repo
  2. Go into the directory deploy/linux
  3. Run ./run.sh

I keep getting the following output:

stan@stan-Framework:~/client/deploy/linux$ ./run.sh 
./run.sh: 7: ./bin/shell: not found

I checked, but the shebang on the first line (#!/usr/bin/env sh) does not seem to be corrupted, does anyone have any idea what could be causing this?

Thanks in advance!