Skip to content

Instantly share code, notes, and snippets.

@djds23
Last active August 29, 2015 14:01
Show Gist options
  • Save djds23/8bd5505e6017a1449787 to your computer and use it in GitHub Desktop.
Save djds23/8bd5505e6017a1449787 to your computer and use it in GitHub Desktop.
Crouton scripts for Chrome OS
##**FOR PIXEL**##
#With precise because LTS means LTS, XFCE works well with the high dpi and is simple to config
sh -e ~/Downloads/crouton -t xfce,xorg,audio,touch,keyboard,gtk-extra,extension,core,cli-extra,chrome -r precise -n REPLACE_WITH_NAME
#Once Trusty is supported, unity to try out
sh -e ~/Downloads/crouton -t unity,xorg,audio,touch,keyboard,gtk-extra,extension,core,cli-extra,chrome -r trusty -n REPLACE_WITH_NAME
##**FOR SAMSUNG ARM CHROMEBOOK**##
#with precise & xfce to conserve resources
sh -e ~/Downloads/crouton -t xfce,xorg,audio,keyboard,gtk-extra,extension,core,cli-extra,chrome -r precise -n REPLACE_WITH_NAME
@djds23
Copy link
Author

djds23 commented May 23, 2014

removed cinnamon because the target was depreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment