From 0c9e37f4aae53a076a4ff46a9d07af934e2c5ac6 Mon Sep 17 00:00:00 2001 From: $full_name <$email> Date: Thu, 2 Nov 2023 19:04:23 +0100 Subject: [PATCH] Add ffmpeg-libs to play youtube videos Fixes #8 - add -r to read command to deny backslash escaping --- setting-up-pc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting-up-pc.sh b/setting-up-pc.sh index a62b72b..0a0b3b6 100755 --- a/setting-up-pc.sh +++ b/setting-up-pc.sh @@ -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