2019-08-30 03:01:05 -05:00
|
|
|
#! /bin/bash
|
|
|
|
#
|
|
|
|
# build.bash
|
|
|
|
# Copyright (C) 2019 Vintage Salt <rehashedsalt@cock.li>
|
|
|
|
#
|
|
|
|
# Distributed under terms of the MIT license.
|
|
|
|
#
|
|
|
|
|
2019-08-30 03:01:45 -05:00
|
|
|
exec "./linux-unattended-installation/ubuntu/18.04/build-iso.sh" \
|
2019-08-30 03:05:58 -05:00
|
|
|
"id_rsa.pub" \
|
2019-08-30 03:01:05 -05:00
|
|
|
"../build/installer.iso"
|
|
|
|
|