Skip to content

Instantly share code, notes, and snippets.

@g3ortega
Created February 8, 2014 15:09
Show Gist options
  • Save g3ortega/8885136 to your computer and use it in GitHub Desktop.
Save g3ortega/8885136 to your computer and use it in GitHub Desktop.
Instalar ScreenCloud en Ubuntu
sudo su
echo 'deb http://download.opensuse.org/repositories/home:olav-st/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/screencloud.list
wget -O - http://download.opensuse.org/repositories/home:olav-st/xUbuntu_12.04/Release.key | apt-key add -
apt-get update
apt-get install screencloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment