[Slackbuilds-users] obs-studio 30.1.2 download script error

King Beowulf kingbeowulf at linuxgalaxy.org
Sun Mar 29 02:52:31 UTC 2026


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




More information about the SlackBuilds-users mailing list