diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-27 12:15:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-27 12:16:40 +0100 |
| commit | 17aad86e9633506f1ebff74f5b34f1255e4ed404 (patch) | |
| tree | 8be637e22146dc0e60f7e04f4733f3fcc93aec11 | |
| parent | 160d84bea01692b858f4f735ed0f8fc9e63a37d5 (diff) | |
[CHORE] Update install.sh script.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | install.sh | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -2,13 +2,16 @@ ## To be used for: curl -fsSL https://install.nekernel.org | sh -echo "== WELCOME TO NESYSTEM ==" -echo "INSTALLING NESYSTEM..." +echo "==> WELCOME TO NESYSTEM." +echo "==> INSTALLING NESYSTEM..." + +sudo apt update +sudo apt install nasm mingw-w64 x86_64-w64-mingw32-g++ x86_64-w64-mingw32-gcc build-essential cmake libboost-dev ARCH=x64 PROFILE=debug -git clone --recurse-submodules -j8 git@github.com:ne-foss-org/ne-system.git +git clone --recurse-submodules -j8 https://github.com/ne-foss-org/ne-system.git cd ne-system export UPDATER_NO_COMMIT=1 ./updater.sh |
