summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--install.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 0000000..a3e1686
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+## To be used for: curl -fsSL https://install.nekernel.org | sh
+
+ARCH=x64
+PROFILE=debug
+
+git clone --recurse-submodules -j8 git@github.com:ne-foss-org/ne-system.git
+cd ne-system
+./updater.sh
+./run-$(PROFILE)-$(ARCH).sh
+
+
+