mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fixed browser Setup (#530)
This commit is contained in:
parent
b0945f2fa7
commit
55f575b10c
|
@ -172,6 +172,7 @@ install_chromium() {
|
||||||
*)
|
*)
|
||||||
printf "%b\n" "${RED}The script does not support your Distro. Install manually..${RC}"
|
printf "%b\n" "${RED}The script does not support your Distro. Install manually..${RC}"
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
install_lynx() {
|
install_lynx() {
|
||||||
|
@ -192,6 +193,7 @@ install_lynx() {
|
||||||
*)
|
*)
|
||||||
printf "%b\n" "${RED}The script does not support your Distro. Install manually..${RC}"
|
printf "%b\n" "${RED}The script does not support your Distro. Install manually..${RC}"
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
browserSetup() {
|
browserSetup() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user