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
#!/bin/bash -e | |
# Install XRDP. | |
sudo apt install -y xrdp | |
#sudo sed -e 's/^new_cursors=true/new_cursors=false/g' \ | |
# -i /etc/xrdp/xrdp.ini | |
sudo systemctl enable xrdp | |
sudo systemctl restart xrdp | |
# Load Ubuntu config. |