Skip to content

Instantly share code, notes, and snippets.

@KoheiKanagu
Created December 18, 2024 00:11
Show Gist options
  • Save KoheiKanagu/69f7da9d0beea515581aec8adb1dfdf7 to your computer and use it in GitHub Desktop.
Save KoheiKanagu/69f7da9d0beea515581aec8adb1dfdf7 to your computer and use it in GitHub Desktop.
Steam DeckにTigerVNC Serverをインストールするまで
#!/bin/bash
sudo steamos-readonly disable
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --populate holo
sudo pacman -Scc
sudo pacman -S tigervnc
mkdir .vnc
sudo vncpasswd ~/.vnc/passwd
sudo chmod +777 ~/.vnc/passwd
#!/bin/bash
x0vncserver -passwordfile ~/.vnc/passwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment