Overwrite without prompting when updating streamfx.
This commit is contained in:
@ -52,8 +52,9 @@ curl -s https://api.github.com/repos/Xaymar/obs-StreamFX/releases/latest \
|
|||||||
| tr -d \" \
|
| tr -d \" \
|
||||||
| wget -O streamfx.zip -i -
|
| wget -O streamfx.zip -i -
|
||||||
|
|
||||||
|
|
||||||
# Extract the archive then remove it
|
# Extract the archive then remove it
|
||||||
unzip streamfx.zip && rm streamfx.zip
|
unzip -o streamfx.zip && rm streamfx.zip
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user