Skip to content

Commit 7b8e36a

Browse files
authored
Update linux.mdx
Removed Podman recommendation for Universal Blue images Signed-off-by: δDD <[email protected]>
1 parent bf5b09b commit 7b8e36a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/getting-started/linux.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ sidebar_position: 5
77
To install SideStore (or any other IPA) on Linux, make sure you have Docker installed. Before you start, make sure to setup WireGuard and [prerequisites](prerequisites) are satisfied!
88

99
1. Run altcon with Docker
10-
1110
```bash
1211
docker run --rm -it -e ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/" -v ${PWD}/:/mnt/ -v /var/run:/var/run ghcr.io/sidestore/altcon
1312
```
1413

15-
You can also run altcon with Podman, which is available by default on [Universal Blue images](https://universal-blue.org/#images), such as Bazzite
14+
You can also run altcon with Podman
1615
```bash
1716
podman run --privileged --rm -it -e ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/" -v ${PWD}/:/mnt/ -v /var/run:/var/run ghcr.io/sidestore/altcon
1817
```

0 commit comments

Comments
 (0)