Skip to content

Commit 8b606f5

Browse files
authored
Update README.md
1 parent 1c11112 commit 8b606f5

File tree

1 file changed

+8
-23
lines changed

1 file changed

+8
-23
lines changed

README.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,14 @@ Before using the launcher, ensure that the following packages are installed:
3535

3636
#### SteamOS / Steam Deck:
3737

38-
1. Disable the read-only mode for the file system:
39-
```bash
40-
sudo steamos-readonly disable
41-
```
42-
2. Edit `/etc/pacman.conf` and set `SigLevel = TrustAll`
43-
- **Warning:** Using `TrustAll` disables package signature verification, which can pose security risks. However, without this change, `pacman` does not function properly on SteamOS.
44-
- You can use `nano` or `kate` to edit the file:
45-
```bash
46-
sudo nano /etc/pacman.conf
47-
```
48-
or
49-
```bash
50-
sudo kate /etc/pacman.conf
51-
```
52-
3. Enable the **Chaotic AUR** repository by following the [official instructions](https://aur.chaotic.cx/docs)
53-
4. Install the protontricks:
54-
```bash
55-
sudo pacman -Sy protontricks-git
56-
```
57-
5. After installation, it is recommended to re-enable the read-only mode:
58-
```bash
59-
sudo steamos-readonly enable
60-
```
38+
```bash
39+
sudo steamos-readonly disable
40+
sudo pacman-key --init
41+
sudo pacman-key --populate archlinux
42+
sudo pacman -Sy python-pipx winetricks
43+
pipx install protontricks
44+
sudo steamos-readonly enable
45+
```
6146

6247
#### Ubuntu/Debian and derivatives:
6348

0 commit comments

Comments
 (0)