Created
November 24, 2014 16:54
-
-
Save visb/4a972e87175bb2894c07 to your computer and use it in GitHub Desktop.
Install nodejs environment on chromebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## downloads | |
| * xz - https://www.archlinux.org/packages/core/x86_64/xz/ | |
| * node xz - https://www.archlinux.org/packages/community/x86_64/nodejs/ | |
| ## allow to write | |
| ``` | |
| sudo /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partitions 4 | |
| # restart | |
| shutdown -r 0 | |
| ``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment