Last active
November 17, 2018 17:45
-
-
Save jeffbrl/e9f5dd92ab84e4828d3390d97842596b to your computer and use it in GitHub Desktop.
LXDE Desktop on AWS EC2 Ubuntu 18.04 - Access via X2GO
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
#!/bin/bash -xe | |
apt-get -y update | |
apt-get -y install xorg lxde-core lxterminal autocutsel chromium-browser | |
add-apt-repository -y ppa:x2go/stable | |
apt-get -y update | |
apt-get install -y x2goserver x2goserver-xsession |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment