We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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