CLI Crouton Installation - andrewscaya/crouton GitHub Wiki

As an alternative to the general method, described in the README, you can download crouton directly using shell (Ctrl+Alt+T, type shell and hit enter) with the following commands:

  • verify if /usr/local/bin/ directory exists; it's created automatically after running dev_install command, otherwise you may create it manually:

sudo mkdir /usr/local/bin

  • download the crouton release:

sudo wget -P /usr/local/bin https://github.com/dnschneid/crouton/raw/master/installer/crouton

  • set the executable permissions for it:

sudo chmod +x /usr/local/bin/crouton

⚠️ **GitHub.com Fallback** ⚠️