diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-23 01:11:36 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-23 01:11:36 +0100 |
| commit | 6a8d1d5fb1a685d9eba93d100af673053ab68860 (patch) | |
| tree | 9208011acc6f7453e52e2e9eb59970b0f9a10641 /install.sh | |
| parent | 5c15e4939723513bab37bfca01ad879b6e353808 (diff) | |
[FEAT] Improved installation flow and X11 library.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,8 +7,9 @@ PROFILE=debug git clone --recurse-submodules -j8 git@github.com:ne-foss-org/ne-system.git cd ne-system +export UPDATER_NO_COMMIT=1 ./updater.sh -./run-$(PROFILE)-$(ARCH).sh - - +./scripts/setup_x64_project.sh +./scripts/modules_ahci_x64.sh +./scripts/debug_ahci_x64.sh |
