Skip to content

Instantly share code, notes, and snippets.

@darkflea
darkflea / sunshine-setup.sh
Last active April 24, 2026 18:31
sunshine setup
#!/usr/bin/env bash
set -e
echo "==> Updating system..."
sudo apt update && sudo apt upgrade -y
echo "==> Installing required dependencies..."
sudo apt install -y wget curl libva2 vainfo libvulkan1 mesa-vulkan-drivers
echo "==> Detecting Ubuntu version and architecture..."