Skip to content

Commit

Permalink
Add ffmpeg-libs to play youtube videos
Browse files Browse the repository at this point in the history
Fixes #8
- add -r to read command to deny backslash escaping
  • Loading branch information
$full_name committed Nov 2, 2023
1 parent 47d112f commit 0c9e37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setting-up-pc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case $distro in
*)
echo "Distro: $distro is currently not supported. Pls create an Issue or a Pull Request"
echo "Exiting..."
read
read -r
exit 1
;;
esac
Expand Down

0 comments on commit 0c9e37f

Please sign in to comment.