All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.
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
| { config, pkgs, lib, ... }: { | |
| imports = [ | |
| (import <nixpkgs/nixos/modules/system/etc/etc.nix>) | |
| ]; | |
| options.system.build.etc = lib.mkOption { type = lib.types.package; }; | |
| options.system.activationScripts.etc = | |
| lib.mkOption { type = lib.types.unspecified; }; | |
| config = { |
Root realme C11 2021
BACKUP EEEEEVERYTHING. I AM NOT RESPONSIBLE FOR ANY LOSS ON YOUR SIDE
- latest spd_dump and device files from TomKing062. Search (Ctrl+F) for
RMX3231and download that file in the release list, or any other files that contain this - windows 10 or later (linux users might have to use different commands but it works the same) guide assumes you're using 64 bit os
- have adb and fastboot working with this guide make sure you see your device with
adb devices. if not please stop everything, this guide is not for you