Skip to content

Instantly share code, notes, and snippets.

@Nexarian
Nexarian / xrdp-nvidia-setup.sh
Last active July 26, 2024 10:07
Setup for XRDP using Nvidia Acceleration
#!/usr/bin/env bash
set -e
cd ~
sudo -v
# Make sure system is in a good, updated, clean, state.
sudo apt-get -y update