Skip to content

Commit 90eacc9

Browse files
authored
Update browser-setup.sh
1 parent 5100b8c commit 90eacc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tabs/applications-setup/browser-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ install_chromium() {
120120
;;
121121
}
122122

123-
main() {
123+
browser_setup() {
124124
clear
125125
printf "%b\n" "Browser Installation Script"
126126
printf "%b\n" "----------------------------"
@@ -148,4 +148,4 @@ main() {
148148

149149
checkEnv
150150
checkEscalationTool
151-
main
151+
browser_setup

0 commit comments

Comments
 (0)