13 lines
219 B
Bash
13 lines
219 B
Bash
|
#! /bin/bash
|
||
|
#
|
||
|
# build.bash
|
||
|
# Copyright (C) 2019 Vintage Salt <rehashedsalt@cock.li>
|
||
|
#
|
||
|
# Distributed under terms of the MIT license.
|
||
|
#
|
||
|
|
||
|
exec "./ubuntu/18.04/build-iso.sh" \
|
||
|
"../id_rsa.pub" \
|
||
|
"../build/installer.iso"
|
||
|
|