summaryrefslogtreecommitdiffhomepage
path: root/install.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 01:11:36 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 01:11:36 +0100
commit6a8d1d5fb1a685d9eba93d100af673053ab68860 (patch)
tree9208011acc6f7453e52e2e9eb59970b0f9a10641 /install.sh
parent5c15e4939723513bab37bfca01ad879b6e353808 (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.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index a3e1686..ad94899 100644
--- a/install.sh
+++ b/install.sh
@@ -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