@Neo_78 ,
Extract and run update.sh
Move the extracted directory /chrome-linux
to /opt
create a start script in /root/my-applications/bin
Code: Select all
#!/bin/sh
run-as-spot /opt/chrome-linux/chrome-wrapper
Or
Code: Select all
#!/bin/sh
/opt/chrome-linux/chrome-wrapper --no-sandbox
drag the script to the desktop which will create a shortcut icon to it