From 04175afb269535c9685ae40e267c9d5039acaf2f Mon Sep 17 00:00:00 2001 From: Brennen Raimer <5969754+norweeg@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:18:58 -0400 Subject: [PATCH] =?UTF-8?q?i=20guess=20bash=20doesn't=20need=20newline=20c?= =?UTF-8?q?haracters=20escaped=20in=20mult-line=20strings=20=F0=9F=A4=B7?= =?UTF-8?q?=F0=9F=8F=BB=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- standard-desktop-setup.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/standard-desktop-setup.sh b/standard-desktop-setup.sh index c440952..53683c2 100644 --- a/standard-desktop-setup.sh +++ b/standard-desktop-setup.sh @@ -52,14 +52,14 @@ fi browser=0 while [[ $browser -lt 1 || $browser -gt 4 ]]; do echo -read -n 1 -p "\\n -Which browser do you want to install?\\n -\\n - 1. Mozilla Firefox\\n - 2. Google Chrome\\n - 3. Microsoft Edge\\n - 4. Brave\\n -\\n +read -n 1 -p " +Which browser do you want to install? + + 1. Mozilla Firefox + 2. Google Chrome + 3. Microsoft Edge + 4. Brave + Enter 1, 2, 3 or 4 > " browser echo done