Created
June 16, 2016 18:41
-
-
Save froggr/012ba79d062febc7240b68deba2da944 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
# https://support.google.com/chrome/answer/1649523?hl=ja | |
wget -N http://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb | |
wget -N https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
sudo dpkg -i google-chrome-stable_current_amd64.deb | |
sudo dpkg -i chrome-remote-desktop_current_amd64.deb | |
sudo apt-get install -f | |
cat /usr/share/xsessions/*.desktop | fgrep Exec= | cut -d= -f2- > $HOME/.chrome-remote-desktop-session | |
echo export CHROME_REMOTE_DESKTOP_DEFAULT_DESKTOP_SIZES=1366x768 | sudo tee /etc/profile.d/chromeremote.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment