Please use one of the following projects instead:
- MrChromebox's UEFI/RW_L (turn chromebook into almost a normal laptop): https://mrchromebox.tech/#fwscript
- FyraLab's submarine (does not require firmware modification): https://github.com/FyraLabs/submarine
View the old readme
Repo for Debian/Ubuntu/Pop!_OS deb packages. Provides the following packages:
eupnea-utils
: Packaged eupnea scripts from the utils repo.eupnea-system
: Does not install anything per se, but instead includes a postinstall hook which executes system-update.py to upgrade between Depthboot/EupneaOS versions.eupnea-mainline-kernel
+modules
+headers
: Mainline kernel, modules and headers. See eupnea-mainline-kerneleupnea-chromeos-kernel
+modules
+headers
: ChromeOS kernel, modules and headers. See eupnea-chromeos-kernellibasound2-backport
: Repackaged Ubuntu 22.10 libasound2 and libasound2-data packages for Ubuntu 22.04.keyd
: A key remapping daemon for linux, made by rvaiya. See keyddepthboot-logo
: Alpine busybox-static + Depthboot logo boot splash systemd service.
- Ubuntu 22.04 / Pop!_
OS:
curl -LO https://github.com/eupnea-project/deb-repo/releases/latest/download/eupnea-jammy-keyring.deb
- Ubuntu 23.10:
curl -LO https://github.com/eupnea-project/deb-repo/releases/latest/download/eupnea-mantic-keyring.deb
- Debian
stable/bookworm/12:
curl -LO https://github.com/eupnea-project/deb-repo/releases/latest/download/eupnea-jammy-keyring.deb
sudo apt install ./eupnea-*-keyring.deb
sudo apt update -y
- Fork only the main branch.
- Create your own public/private key pair for signing packages with gpg:
gpg --full-gen-key
. This repo uses an rsa4096 key, but you can probably use whatever you want. Make sure the key doesn't expire. - Export your public key:
gpg --export --armor <key-id>
and add it as a secret variable calledPUBLIC
to your repo. - Export your private key:
gpg ---export-secret-keys --armor <key-id>
and add it as a secret variable calledPRIVATE
to your repo. - Run any action.`
- Set up pages in the repo settings. Select from branch:
gh-pages
and folder:/(root)
. - Wait for GitHub to finish deploying the page.