minimal/.github/build_mll.sh
2021-08-06 15:15:10 +03:00

13 lines
230 B
Bash

#!/bin/sh
# This script is supposed to be executed by GitHub workflow.
set -e
sudo apt-get -qq -y install wget make gawk gcc bc xz-utils bison flex xorriso libelf-dev libssl-dev
cd ../src
./build_minimal_linux_live.sh
set +e