General: Cleanup build scripts

This commit is contained in:
2024-08-22 14:23:16 +03:00
parent fb35f06cf5
commit e59772a58d
4 changed files with 28 additions and 17 deletions

View File

@@ -63,4 +63,4 @@ sudo mkfs.ext2 -q $PARTITION2
sudo losetup -d $LOOP_DEV
# install bootloader
$BANAN_SCRIPT_DIR/install-bootloader.sh
$BANAN_SCRIPT_DIR/install-bootloader.sh || exit 1