Skip to content

Instantly share code, notes, and snippets.

View Shinkugakushou's full-sized avatar

Shinkugakushou

View GitHub Profile
@Shinkugakushou
Shinkugakushou / Steam_Deck_Samba.sh
Created January 29, 2023 18:29 — forked from spiderbala/Steam_Deck_Samba.sh
Steam Deck 安裝samba文件分享協定,自動化腳本(包含samba反安裝腳本)
#!/bin/bash
# 解除唯讀模式
sudo steamos-readonly disable
# 刷新pacman(套件管理工具)
sudo pacman -Ssy
# 初始化pacman密鑰
sudo pacman-key --init
# 使用默認的Arch Linux密鑰替代
sudo pacman-key --populate archlinux
# 安裝建構編譯所需的工具