Switch to Ametrine

This commit is contained in:
root 2025-03-04 04:23:12 +01:00
parent 8d2b031b5a
commit 53353f0a94
76 changed files with 6164 additions and 2645 deletions

View file

@ -217,8 +217,19 @@ Run the following commands:
einrichter/eic> eic.dirs.create # Creates necessary directories
einrichter/eic> eic.essentials.create # Creates necessary tools
einrichter/eic> eic.essentials.install # Installs the tools
einrichter/eic> eic.essentials.verify # Verifies that the packages are installed
einrichter/eic> eic.clean # Clean up the environment
```
If after running eic.essentials.verify, the packages have not been installed, try to troubleshoot the actual package that failed to install and try again.
Or...re-extract package and reinstall
```bash
einrichter/eic> eic.bugfix.RrX
einrichter/eic> eic.essentials.install
```
BEFORE BUILDING THE ACTUAL SYSTEM!!!!
Run this command. It applies the RrX bugfix that removes and re-extracts affected packages.
```bash