{
// 安装谷歌
// wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
// dpkg -i google-chrome-stable_current_amd64.deb
// apt-get -f install //安装依赖
// dpkg -i google-chrome-stable_current_amd64.deb //安装依赖有再来
// vim /opt/google/chrome/google-chrome
// exec -a "$0" "$HERE/chrome" "[email protected]" --user-data-dir --no-sandbox
// google-chrome
// 参考 https://blog.csdn.net/Hack_Different/article/details/82820928
}
原文地址:https://www.cnblogs.com/YZFHKMS-X/p/12150473.html
时间: 2024-10-09 18:33:44