Created
December 18, 2024 00:11
-
-
Save KoheiKanagu/69f7da9d0beea515581aec8adb1dfdf7 to your computer and use it in GitHub Desktop.
Steam DeckにTigerVNC Serverをインストールするまで
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
x0vncserver -passwordfile ~/.vnc/passwd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment