系统 ubuntu 16.04
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt-get install libgconf2-4 libnss3-ld libxssl
dpkg -i google-chrome-stable_current_amd64.deb
root下必须以 –no-sandbox 模式运行,否则会报一下错误:
root without no-sandbox is not supported
编辑 /opt/google/chrome/google-chrome
在 exec -a “$0” “$HERE/chrome” “$@” 后追加
--user-data-dir --no-sandbox
文章评论