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 | |
| set -e | |
| sudo sed -i 's/ video=hyperv_fb:[0-9x]*//g' /etc/default/grub | |
| sudo update-grub | |
| sudo apt update | |
| sudo apt install -y xfce4 xfce4-goodies xrdp xorgxrdp wget curl | |
| sudo apt install -y linux-tools-virtual linux-cloud-tools-virtual hyperv-daemons |