Luna/tools/rebuild-iso.sh
2022-09-06 18:27:24 +02:00

15 lines
148 B
Bash
Executable File

#!/bin/sh
set -e
source $(dirname $0)/env.sh
cd $LUNA_ROOT
tools/setup.sh
make clean
make -j$(nproc)
make install
mkbootimg luna.json Luna.iso