From 55f575b10c3b96db3f35d86904daebe2c6bccead Mon Sep 17 00:00:00 2001 From: Angaddeep Singh Date: Thu, 19 Sep 2024 23:02:14 +0530 Subject: [PATCH] fixed browser Setup (#530) --- tabs/applications-setup/browser-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tabs/applications-setup/browser-setup.sh b/tabs/applications-setup/browser-setup.sh index 18b4d0ab..87970ca0 100644 --- a/tabs/applications-setup/browser-setup.sh +++ b/tabs/applications-setup/browser-setup.sh @@ -172,6 +172,7 @@ install_chromium() { *) printf "%b\n" "${RED}The script does not support your Distro. Install manually..${RC}" ;; + esac } install_lynx() { @@ -192,6 +193,7 @@ install_lynx() { *) printf "%b\n" "${RED}The script does not support your Distro. Install manually..${RC}" ;; + esac } browserSetup() {