mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
After building bash, call exec bash for new run2.sh script
This commit is contained in:
parent
c0fedeba61
commit
cd0019e239
3 changed files with 14 additions and 2 deletions
12
sysa/run2.sh
Executable file
12
sysa/run2.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/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
|
||||
. helpers.sh
|
||||
|
||||
echo "Bootstrapping completed."
|
||||
Loading…
Add table
Add a link
Reference in a new issue