-----------------------------------------------------------------
| |
| This repo is depricated, |
| Please use: |
| github.com/Pseudonymous-coders/CRI |
| |
-----------------------------------------------------------------
This is a very capable tool that utilizes the tool Crouton built and designed for Chromebooks
It is required to have the app Crouton integration for anything to work. It is also recommended that you install the Crosh Window Extension for quick access.
This interface is a chrome end application to install and run Ubuntu applications without the need to run a seperate instance of Crouton/Ubuntu in the background or have it dual mounted.
This saves power and time with the ease of access we provide with this tool for Chrome OS
To install Cri, first you need to put your system into Developer mode by follow this guide here
Then type in the command "shell" and follow the instructions below
Install Cri part 1 here:
wget -q -O - https://raw.github.com/CodeBuds/Cri/master/install.sh | bash
Then, after that is done and run 'rootmount' NOTE: you must reboot for the second part of the install to actually work
wget -q -O - https://raw.github.com/CodeBuds/Cri/master/install2.sh | bash
Here is a list of all the commands that can be used in cri
Install a package using apt-get
install <Ubuntu package name>
Search for a package
search <Ubuntu package name>
Remove a package
remove <Ubuntu package name>
Run a package
run <Ubuntu package name>
Stop all processes
stop
Update and upgrade the Ubuntu system
update
Update cri packages and pull from git(Must be connected to internet or it will mess up)
updatecri
Unmount the Ubuntu system
unmount
List locally installed packages
packages
Uninstall everything
uninstall
Opens the shell, just renamed to crishell
crishell