Created
December 31, 2019 21:12
-
-
Save austinsonger/cdc0ca3f8be6b9872a4675e4b2d4667c to your computer and use it in GitHub Desktop.
RDP on Ubuntu
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 | |
sudo apt update -y && sudo apt upgrade -y | |
sudo apt install xfce4 -y | |
sudo apt install xrdp -y | |
sudo adduser xrdp ssl-cert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment