Poweruser01 commited on
Commit
dd291ef
·
verified ·
1 Parent(s): d2565ad

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +3 -2
start.sh CHANGED
@@ -1,4 +1,5 @@
1
  #!/bin/bash
 
2
  # Start Xvfb for virtual display
3
  Xvfb $DISPLAY -screen 0 1280x1024x16 &
4
 
@@ -17,5 +18,5 @@ sleep 2
17
  # Start noVNC to provide web access
18
  /usr/share/novnc/utils/launch.sh --vnc localhost:$VNC_PORT --listen $NOVNC_PORT &
19
 
20
- # Start Google Chrome with DBUS disabled
21
- google-chrome --no-sandbox --disable-gpu --disable-dev-shm-usage --disable-session-crashed-bubble --no-first-run --display=$DISPLAY
 
1
  #!/bin/bash
2
+
3
  # Start Xvfb for virtual display
4
  Xvfb $DISPLAY -screen 0 1280x1024x16 &
5
 
 
18
  # Start noVNC to provide web access
19
  /usr/share/novnc/utils/launch.sh --vnc localhost:$VNC_PORT --listen $NOVNC_PORT &
20
 
21
+ # Start Brave Browser with DBUS disabled
22
+ brave-browser --no-sandbox --disable-gpu --disable-dev-shm-usage --disable-session-crashed-bubble --no-first-run --display=$DISPLAY