Created
April 11, 2015 17:39
-
-
Save matt-allan/c28cdc1bc12a93c52505 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
cd /tmp/ | |
uname -r | |
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800-generic_3.18.0-031800.201412071935_amd64.deb | |
uname -r | |
cd /tmp | |
sudo mkdir kernel | |
cd kernel/ | |
cd ../ | |
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800-generic_3.18.0-031800.201412071935_amd64.deb | |
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800_3.18.0-031800.201412071935_all.deb | |
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-image-3.18.0-031800-generic_3.18.0-031800.201412071935_amd64.deb | |
sudo dpkg -i linux-headers-3.18.0-*.deb linux-image-3.18.0-*.deb | |
sudo update-grub | |
exit | |
#restart | |
sudo apt-get install google-chrome-stable | |
sudo apt-get remove firefox | |
sudo apt-get remove thunderbird | |
sudo apt-get install unity-tweak-tool | |
sudo apt-get install compizconfig-settings-manager | |
sudo apt-get install gnome-do | |
#fix grub touchpad sleep thing | |
https://wiki.archlinux.org/index.php/Chrome_OS_devices#Touchpad_and_touchscreen | |
#boot to seabios | |
https://wiki.archlinux.org/index.php/Chrome_OS_devices#Boot_to_SeaBIOS_by_default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment