创建一个脚本
#!/bin/bash
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
dpkg -i /google-chrome-stable_current_amd64.deb
apt-get install -f #解决一下依赖