File tree Expand file tree Collapse file tree
filesystem/opt/custompios/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ flags=(
1616)
1717
1818# Standard behavior - runs chromium
19- chromium-browser " ${flags[@]} " --app=$( /opt/custompios/scripts/get_url)
19+ chromium " ${flags[@]} " --app=$( /opt/custompios/scripts/get_url)
2020exit ;
2121
2222# Remove the two lines above to enable signage mode - refresh the browser whenever errors are seen in log
2323
24- chromium-browser --enable-logging --log-level=2 --v=0 " ${flags[@]} " --app=$( /opt/custompios/scripts/get_url) &
24+ chromium --enable-logging --log-level=2 --v=0 " ${flags[@]} " --app=$( /opt/custompios/scripts/get_url) &
2525
2626export logfile=" /home/$( id -nu 1000) /.config/chromium/chrome_debug.log"
2727
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ apt-get -y --force-yes install git screen checkinstall avahi-daemon libavahi-com
3838
3939if [ " $FULLPAGEOS_INCLUDE_CHROMIUM " == " yes" ]
4040then
41- apt-get install -y --force-yes chromium-browser
41+ apt-get install -y --force-yes chromium
4242 sed -i ' s@%BROWSER_START_SCRIPT%@/opt/custompios/scripts/start_chromium_browser@g' /opt/custompios/scripts/run_onepageos
4343fi
4444
You can’t perform that action at this time.
0 commit comments