live-bootstrap/sysa/run2.sh

32 lines
532 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-04-01 00:28:30 +01:00
build automake-1.15.1
2021-04-02 17:59:49 +01:00
build tar-1.34
2021-04-03 18:40:48 +01:00
build gmp-6.2.1
2021-04-17 20:16:25 +01:00
build autoconf-archive-2021.02.19
2021-04-17 23:54:19 +01:00
build mpfr-4.1.0
echo "Bootstrapping completed."
2021-03-14 23:27:51 +00:00
exec env - PATH=/after/bin PS1="\w # " bash -i