Skip to content

Commit

Permalink
Update installscript.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DioptricDesign authored Mar 27, 2022
1 parent 9eb7fc0 commit f31ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ echo -n "Do you want to install Open Broadcaster Software (y/N)?"
read answer
if test "$answer" != "Y" -a "$answer" != "y";
then
echo Skipping Open Broadbaster Software...
echo Skipping Open Broadcaster Software...
else
sudo apt install obs-studio
fi
Expand Down

0 comments on commit f31ef46

Please sign in to comment.