This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
echo '# Chrome' >> /etc/apt/sources.list | |
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' >> /etc/apt/sources.list | |
gpg --keyserver keys.gnupg.net --recv-key A040830F7FAC5991 | |
gpg --export --armor A040830F7FAC5991 | apt-key add - |