Skip to content

Instantly share code, notes, and snippets.

@mrp-yt
Last active August 11, 2023 19:30
Show Gist options
  • Save mrp-yt/0e84dd0550fa2927f97905413d018025 to your computer and use it in GitHub Desktop.
Save mrp-yt/0e84dd0550fa2927f97905413d018025 to your computer and use it in GitHub Desktop.
PVE VDI Client Setup Scripts
cd ~ &&
sudo apt update && sudo apt upgrade -y &&
sudo apt install xserver-xorg lxde-core lxappearance python3-pip python3-tk virt-viewer git -y &&
pip3 install proxmoxer &&
pip3 install PySimpleGUI &&
pip3 install requests &&
sudo git clone https://github.com/joshpatten/PVE-VDIClient.git &&
sudo chmod +x ~/PVE-VDIClient/vdiclient.py &&
touch thinclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment