kali google

1. download and install

apt-get install gdebi
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
gdebi google-chrome-stable_current_amd64.deb

2. note

[11244:11244:0325/041529.830355:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

vim /usr/bin/google-chrome-stable [modify the end line to this]

exec -a "$0" "$HERE/chrome" "$@" --no-sandbox $HOME

 

posted @ 2018-03-25 16:28  yugengde  阅读(148)  评论(0编辑  收藏  举报