Hello, I think the maintainer forgot to check his "aliases". The section in 'get-obs-studio.sh' ( cd obs-studio && \ git co "$OBS_TAG" && \ git submodule init && \ git submodule update ) should be ( cd obs-studio && \ git checkout "$OBS_TAG" && \ git submodule init && \ git submodule update ) -Ed