I've been looking around and can't find any kind of repos and such that would allow me to install Chrome.. Anyone able to point me in the right direction??
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -sudo sh -c 'echo "deb http://dl.google.com/linux/deb/ stable main" >> /etc/apt/sources.list.d/google.list'sudo aptitude updatesudo aptitude install google-chrome-stablecd ~
mkdir scripts
cd scripts
sudo nano chrome.sh#!/bin/bash
fluxbox &
google-chrome
killall -9 fluxboxsudo chmod +x chrome.sh