Skip to content

Instantly share code, notes, and snippets.

View sam0x17's full-sized avatar

Sam Johnson sam0x17

View GitHub Profile
@sam0x17
sam0x17 / install.sh
Last active September 28, 2023 15:08 — forked from phillipsj/install.sh
Configure Hyper-V enhanced session support for Ubuntu Budgie 19.10
#!/bin/bash
#
# This script is for Ubuntu Budgie 19.10 to download and install XRDP+XORGXRDP via
# source.
#
if [ "$(id -u)" -ne 0 ]; then
echo 'This script must be run with root privileges' >&2
exit 1