Skip to content

Commit e27af6a

Browse files
Update prerequisites.mdx
1 parent 2fd4a6b commit e27af6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/installation/prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Now, follow the instructions to install [iloader](https://iloader.app) correspon
6767
2. Ensure all packages are updated by opening the Terminal, running the following command: `sudo apt-get update && sudo apt-get dist-upgrade`
6868
3. Open the Files app, right click on the `Downloads` folder in the left sidebar, and click `Share with Linux`. (It will be shared in `/mnt/chromeos/MyFiles/Downloads`)
6969
4. Download and install `usbmuxd` and `fuse`. You can install it with your package manager by running the following command in the Terminal: `sudo apt-get install usbmuxd fuse`
70-
5. Download and install iloader. It is available as an AppImage. To know which version to download, determine your Chromebook's architecture using `uname -m`. If the command outputs `x86_64`, download the `amd64` version here: https://github.com/nab138/iloader/releases/download/v2.2.5/iloader-linux-amd64.AppImage. Otherwise if it outputs `aarch64`, download the `aarch64` version here: https://github.com/nab138/iloader/releases/latest/download/iloader-linux-aarch64.AppImage. Download the file to your Downloads folder.
70+
5. Download and install iloader. It is available as an AppImage. To know which version to download, determine your Chromebook's architecture using `uname -m`. If the command outputs `x86_64`, download the `amd64` version here: https://github.com/nab138/iloader/releases/latest/download/iloader-linux-amd64.AppImage. Otherwise if it outputs `aarch64`, download the `aarch64` version here: https://github.com/nab138/iloader/releases/latest/download/iloader-linux-aarch64.AppImage. Download the file to your Downloads folder.
7171
6. If `usbmuxd` isn't already started, run the following command in the Terminal: `sudo systemctl restart usbmuxd`.
7272
7. Navigate to `Manage USB devices` (in **Settings** -> **About ChromeOS** -> **Developers** -> **Linux development environment**), then connect your iPhone, iPad, or iPod touch (iDevice) to your Chromebook via a USB cable. As soon as you see the device, **quickly enable it from the list**. If you are prompted on your iDevice, trust the computer and enter your passcode.
7373
:::note

0 commit comments

Comments
 (0)