Skip to content
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