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/sh | |
| # Enable Hyper-V Enhanced Session on Debian 13 Trixie (Gnome) guests via XRDP | |
| # | |
| # Inspired by linux-vm-tools for Ubuntu 22.04 | |
| # Thanks to https://github.com/Hinara/linux-vm-tools | |
| ############################################################################### | |
| # Pre-flight preparations | |
| # Check for root privileges |