6 lines
178 B
Bash
Executable file
6 lines
178 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
rsync -aSH ../scripts/ ./config/includes.chroot_after_packages/root/installer/
|
|
lb build noauto "${@}" 2>&1 | tee SapphicLinux_build_$(date +%Y-%m-%d_%H%M).log
|