Skip to content

Commit dfc1fa7

Browse files
authored
Chromebooks do not use a distribution
Signed-off-by: Fire <17692105+FireMario211@users.noreply.github.com>
1 parent ac223f2 commit dfc1fa7

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
@@ -66,7 +66,7 @@ Now, follow the instructions to install [iloader](https://iloader.app) correspon
6666
1. Enable `Linux development environment`. You can read the [Set up Linux on your Chromebook](https://support.google.com/chromebook/answer/9145439) guide by Google to see how to set it up, following the `Turn on Linux` steps.
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`)
69-
4. Download and install `usbmuxd` and `fuse`. It may be preinstalled with your distribution, otherwise you can install it with your package manager: `sudo apt-get install usbmuxd fuse`
69+
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`
7070
5. Download and install iloader. It is available as an [AppImage](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.

0 commit comments

Comments
 (0)