From 17aad86e9633506f1ebff74f5b34f1255e4ed404 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 27 Mar 2026 12:15:42 +0100 Subject: [CHORE] Update install.sh script. Signed-off-by: Amlal El Mahrouss --- install.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index da2c74b..9a658d3 100644 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3