Luna/tools/rebuild-iso.sh

15 lines
148 B
Bash
Raw Normal View History

2022-09-06 16:27:24 +00:00
#!/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