Overwrite without prompting when updating streamfx.

This commit is contained in:
2022-03-03 18:49:28 +13:00
parent d293e357ac
commit ff3feaccb2

View File

@ -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