Skip to content

Commit

Permalink
fix: BlueIris install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jshridha authored Nov 26, 2019
1 parent f7fb789 commit 3b796fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueiris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ ! -e "$BLUEIRIS_EXE" ] ; then
if [ ! -e "$INSTALL_EXE" ] ; then
wget http://blueirissoftware.com/blueiris.exe
fi
wine blueiris.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
wine blueiris.exe
rm blueiris.exe
fi

Expand Down

0 comments on commit 3b796fe

Please sign in to comment.