fixed browser Setup (#530)

This commit is contained in:
Angaddeep Singh 2024-09-19 23:02:14 +05:30 committed by GitHub
parent b0945f2fa7
commit 55f575b10c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() {