live-bootstrap/sysa/run2.sh

26 lines
469 B
Bash
Raw Normal View History

#!/bin/bash
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
# SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
set -e
2021-03-20 21:23:07 +00:00
2021-03-21 16:10:53 +00:00
. helpers.sh
2021-03-21 00:24:24 +00:00
2021-03-25 21:47:57 +00:00
build xz-5.0.5
2021-03-28 23:18:33 +01:00
build automake-1.11.2
2021-03-28 23:36:27 +01:00
build autoconf-2.69
2021-03-31 18:21:07 +01:00
build automake-1.12.6
2021-03-31 19:10:50 +01:00
build automake-1.13.4
echo "Bootstrapping completed."
2021-03-14 23:27:51 +00:00
exec env - PATH=/after/bin PS1="\w # " bash -i