summaryrefslogtreecommitdiffhomepage
path: root/install.sh
blob: a3e16862a6f1a3042935028ae870c43f36c40483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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