[Slackbuilds-users] obs-studio 30.1.2 download script error
Christoph Willing
chris.willing at linux.com
Sun Mar 29 04:09:29 UTC 2026
On 29/3/26 13:52, King Beowulf wrote:
> 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
> )
Yes, sorry about that - will fix.
chris
More information about the SlackBuilds-users
mailing list