23b7a45a300da47bf35cf10780985699c1c9ac1b
max
  Tue Apr 30 01:51:48 2019 -0700
todo for gbic

diff --git src/product/installer/browserSetup.sh src/product/installer/browserSetup.sh
index 6ffbce8..33548d9 100644
--- src/product/installer/browserSetup.sh
+++ src/product/installer/browserSetup.sh
@@ -1228,30 +1228,33 @@
        elif [[ "$DIST" == "debian" ]]; then
           installDebian
        elif [[ "$DIST" == "redhat" ]]; then
           installRedhat
        fi
     fi
     # OS-specific mysql/apache installers can SET_MYSQL_ROOT to 1 to request that the root
     # mysql user password be changed
 
     # ---- END OS-SPECIFIC part -----
 
     if [[ "${SET_MYSQL_ROOT}" == "1" ]]; then
        mysqlChangeRootPwd
     fi
 
+    # Ideally, setup modern R fonts like at UCSC:
+    # Rscript -e "install.packages(c('showtext', 'curl'), repos='http://cran.us.r-project.org')
+
     # before we do anything else with mysql
     # we need to check if we can access it. 
     # so test if we can connect to the mysql server
     checkCanConnectMysql
 
     disableSelinux
 
     checkDownloadUdr
 
     # CGI DOWNLOAD AND HGCENTRAL MYSQL DB SETUP
 
     if [ ! -f $COMPLETEFLAG ]; then
         # test if an apache file is already present
         if [ -f "$APACHEDIR" ]; then
             echo2 error: please remove the file $APACHEDIR, then restart the script with "bash $0".