Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Asus C100PA

mergingcodes edited this page Sep 25, 2020 · 1 revision

Usage

The code provided in the main instructions doesn't work with the ASUS Chromebook Flip C100PA.

The instructions provided under Usage are:

sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton

This code results in the error message:

install: cannot stat '/root/Downloads/crouton': No such file or directory

This code worked for me:

sudo install -Dt /usr/local/bin -m 755 home/chronos/user/Downloads/crouton

Clone this wiki locally