diff --git a/streaming/obs-setup.org b/streaming/obs-setup.org index b5e38fc..9f50497 100644 --- a/streaming/obs-setup.org +++ b/streaming/obs-setup.org @@ -52,8 +52,9 @@ curl -s https://api.github.com/repos/Xaymar/obs-StreamFX/releases/latest \ | tr -d \" \ | wget -O streamfx.zip -i - + # Extract the archive then remove it -unzip streamfx.zip && rm streamfx.zip +unzip -o streamfx.zip && rm streamfx.zip #+end_src