ansible/01-installer-iso/build.bash

13 lines
219 B
Bash
Executable File

#! /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"