[Live] Possible to install Google Chrome??
#1
Question 
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?? Smile
Reply
#2
Yes -

Putty/Telnet to your install or Press CTRL F2.

Do these 1 at a time -
Code:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -
Code:
sudo sh -c 'echo "deb  http://dl.google.com/linux/deb/ stable main" >>  /etc/apt/sources.list.d/google.list'
Code:
sudo aptitude update
Code:
sudo aptitude install google-chrome-stable
Now we need a script to run google via executor.
Code:
cd ~
mkdir scripts
cd scripts
sudo nano chrome.sh
Nano opens (fresh text file).
Copy and Paste (Right Click in Putty is Paste!) this into it.
Code:
#!/bin/bash
fluxbox &
google-chrome
killall -9 fluxbox
Save and Exit Nano - CTRL-X and press Y, then Enter.
Code:
sudo chmod +x chrome.sh
Now, back to XBMC load up Executor -
Add-Ons > Executor
Navigate to /home/xbmc/scripts
and select the chrome.sh

For Arguments - Press Enter.
For Program name - Google Chrome

Now try running Google Chrome from Executor.
Image
Maraschino - Web based HTPC Organiser. Keep track of all your web based programs all in one place.
Home Page - Repo - Bug Tracker - Support Forum.
Reply

Logout Mark Read Team Forum Stats Members Help
[Live] Possible to install Google Chrome??0