From ff3feaccb2e38742d7a4a285f56e7fd84ad8be83 Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 3 Mar 2022 18:49:28 +1300 Subject: [PATCH] Overwrite without prompting when updating streamfx. --- streaming/obs-setup.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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