groot icon indicating copy to clipboard operation
groot copied to clipboard

Chroot helper utility for all Linux distributions

Results 4 groot issues
Sort by recently updated
recently updated
newest added

Is this project still supported/safe to use? Looks useful

***Feature*** A new Linux Laptop just came out called the PineBook Pro. It's an arm based laptop. It is able to run raspberry pi based applications but not on the...

**Describe the bug** Missing a debian package in your dependencies **To Reproduce** 1. copy paste the line from your instructions in the terminal in a debian : cd /tmp &&...

starting: ``` cd /tmp && curl -s -L https://github.com/teejee2008/groot/releases/latest | egrep -o 'teejee2008/groot/releases/download/.*/groot-v[0-9.]*-amd64.run' | wget --base=http://github.com/ -i - -O groot-latest-amd64.run && sudo chmod a+x ./groot-latest-amd64.run && sudo ./groot-latest-amd64.run ``` and...