Skip to content
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
c464ccb
Update windows.mdx
CelloSerenity Jun 12, 2025
0494bc0
Merge branch 'SideStore:main' into main
CelloSerenity Jun 12, 2025
7c7ffca
Merge branch 'SideStore:main' into main
CelloSerenity Jun 15, 2025
1a9bf7b
Update anisette.mdx
CelloSerenity Jun 15, 2025
113bc9c
Merge branch 'SideStore:main' into main
CelloSerenity Jun 24, 2025
9a6849a
Update docusaurus.config.js
CelloSerenity Jun 24, 2025
f6ce00e
Update TRANSLATION_GUIDE.md
CelloSerenity Jun 24, 2025
7de37f9
Update common-issues.mdx
CelloSerenity Jun 24, 2025
fee5809
Update error-codes.mdx
CelloSerenity Jun 24, 2025
90cf9d4
Update error-codes.mdx
CelloSerenity Jun 24, 2025
e6df307
Update linux.mdx
CelloSerenity Jun 29, 2025
5ad4d7e
Update pairing-file.mdx
CelloSerenity Jun 29, 2025
2fba0de
Update linux.mdx
CelloSerenity Jun 29, 2025
038cbb9
Update linux.mdx
CelloSerenity Jun 29, 2025
f21f5d3
Update error-codes.mdx
CelloSerenity Jun 29, 2025
864c659
Update post-install.mdx
CelloSerenity Jun 29, 2025
6db0eea
Update faq.mdx
CelloSerenity Jun 29, 2025
07294b3
Update release-notes.mdx
CelloSerenity Jul 1, 2025
a725eba
Update jit.mdx
CelloSerenity Jul 1, 2025
a0bba13
Update faq.mdx
CelloSerenity Jul 1, 2025
164600f
Update faq.mdx
CelloSerenity Jul 1, 2025
5b5368d
Merge branch 'SideStore:main' into main
CelloSerenity Jul 5, 2025
fda2614
Update intro.mdx
CelloSerenity Jul 5, 2025
df67ada
Update prerequisites.mdx
CelloSerenity Jul 5, 2025
1ec3c72
Update prerequisites.mdx
CelloSerenity Jul 15, 2025
f65c9b6
Update intro.mdx
CelloSerenity Jul 15, 2025
c9b93d5
Update common-issues.mdx
CelloSerenity Jul 15, 2025
50de62c
Update troubleshooting.mdx
CelloSerenity Jul 15, 2025
a7d0d04
Update common-issues.mdx
CelloSerenity Jul 15, 2025
bf52e28
Update error-codes.mdx
CelloSerenity Jul 15, 2025
fdabb07
Update jit.mdx
CelloSerenity Jul 15, 2025
e8d849e
Merge branch 'SideStore:main' into main
CelloSerenity Aug 6, 2025
ad30eee
Update linux.mdx
CelloSerenity Aug 6, 2025
babfd75
Update windows.mdx
CelloSerenity Aug 6, 2025
f7f7e24
Update mac.mdx
CelloSerenity Aug 6, 2025
e7e905f
Update linux.mdx
CelloSerenity Aug 14, 2025
3c5d1ff
Update pairing-file.mdx
CelloSerenity Aug 14, 2025
d265413
Update windows.mdx
CelloSerenity Aug 17, 2025
fe35e8a
Update pairing-file.mdx
CelloSerenity Aug 17, 2025
e9951ea
Update prerequisites.mdx
CelloSerenity Aug 17, 2025
77debbd
Update pairing-file.mdx
CelloSerenity Aug 17, 2025
9d473b2
Update pairing-file.mdx
CelloSerenity Aug 17, 2025
5ceaac8
Update pairing-file.mdx
CelloSerenity Aug 17, 2025
7f89ff4
Update pairing-file.mdx
CelloSerenity Aug 18, 2025
56299b4
Update pairing-file.mdx
CelloSerenity Aug 18, 2025
d466914
Update pairing-file.mdx
CelloSerenity Aug 18, 2025
269bccb
Update linux.mdx
CelloSerenity Aug 18, 2025
e6cd835
Update linux.mdx
CelloSerenity Aug 18, 2025
7e050fd
Merge branch 'SideStore:main' into main
CelloSerenity Sep 9, 2025
07a4dd5
Update linux.mdx
CelloSerenity Sep 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/installation/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Before you start, make sure to have all steps completed found in the [prerequisi
2. Install either Docker or Podman on your machine.
2. Plug in your secondary iDevice. If you recieve a prompt, select "trust" and enter your passcode.

3. Now, run Altcon with Docker or Podman using the following commands (may require `sudo`):
3. Now, run Altcon with Docker or Podman using the following command (may require `sudo`):

Docker setup:
```bash
docker run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd ghcr.io/sidestore/altcon
docker run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd -v /var/lib/lockdown:/tmp/lockdown ghcr.io/sidestore/altcon
```
Podman setup:
```bash
podman run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd ghcr.io/sidestore/altcon
podman run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd -v /var/lib/lockdown:/tmp/lockdown ghcr.io/sidestore/altcon
```
5. Altcon will pair with your device. When you receive another prompt, select "trust" and enter your passcode again.
6. On your secondary device, do the following:
Expand Down