https://github.com/eeems-org/remarkable-debian-chroot
A minimal Debian chroot for the reMarkable tablet
https://github.com/eeems-org/remarkable-debian-chroot
remarkable-tablet
Last synced: 6 months ago
JSON representation
A minimal Debian chroot for the reMarkable tablet
- Host: GitHub
- URL: https://github.com/eeems-org/remarkable-debian-chroot
- Owner: Eeems-Org
- License: mit
- Created: 2023-12-23T00:24:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T19:58:14.000Z (7 months ago)
- Last Synced: 2024-12-17T20:36:16.772Z (7 months ago)
- Topics: remarkable-tablet
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://remarkable.com/store/remarkable)[](https://remarkable.com/store/remarkable-2)[](https://remarkable.com/store/overview/remarkable-paper-pro)
reMarkable Debian Chroot
========================Scripts to automate creating and maintaining a minimal debian chroot on a reMarkable tablet.
### Install Automagic
```
sh -c "$(wget https://raw.githubusercontent.com/Eeems-Org/remarkable-debian-chroot/master/install.sh -O-)"
```### Uninstall Automagic
```
sh -c "$(wget https://raw.githubusercontent.com/Eeems-Org/remarkable-debian-chroot/master/install.sh -O-)" _ uninstall
```### Usage
Make sure `/home/root/.local/bin` is on your path.#### Run command in chroot
```bash
debian-chroot lsb_release -a
```#### Enter interactive console inside chroot
```bash
debian-chroot
```