Last active
August 19, 2016 21:33
-
-
Save MitchRatquest/0dddb37b16dd493e058500cfde6b9c14 to your computer and use it in GitHub Desktop.
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
sudo cpufreq-set -g performance | |
wget https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/7916060/+files/chromium-browser_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb | |
wget https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/7916060/+files/chromium-chromedriver_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb | |
wget https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/7916060/+files/chromium-codecs-ffmpeg_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb | |
sudo dpkg -i chromium-browser_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb chromium-chromedriver_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb chromium-codecs-ffmpeg_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb | |
sudo apt-get -f install -y | |
sudo apt-get install dbus-x11 xauth -y #might be unnecessary | |
chromium-browser --noerrordialogs --disable-session-crashed-bubble |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment