Skip to content

Instantly share code, notes, and snippets.

@bio-punk
Last active January 13, 2026 15:26
Show Gist options
  • Select an option

  • Save bio-punk/1d5754df2f2e959873d0b91ccb0104ae to your computer and use it in GitHub Desktop.

Select an option

Save bio-punk/1d5754df2f2e959873d0b91ccb0104ae to your computer and use it in GitHub Desktop.
sunshine steam #x86 #linux
#!/bin/bash
# gnome 桌面安装
sudo apt update
sudo apt-get install gnome-core -y
# sudo systemctl set-default graphical.target
# 安装伪装显示器
sudo apt install gnome-remote-desktop -y
# sudo apt install cmake libturbojpeg libxt6 libxext6 libsm6 libx11-6 libice6 libbsd0 libxcb1 libx11-data libxau6 libxdmcp6 x11-common x11-xkb-utils xauth libturbojpeg libturbojpeg0-dev xorg-dev libpam0g-dev -y
# sudo apt-get install libxcb-cursor0 libxcb-xinerama0 libxcb-xinput0 libxkbcommon-x11-0 -y
wget https://github.com/LizardByte/Sunshine/releases/download/v2025.118.151840/sunshine-ubuntu-22.04-amd64.deb
dpkg -i sunshine-ubuntu-22.04-amd64.deb
sudo apt install -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment