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