File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33set -euxo pipefail
44
55WORKDIR=$( pwd)
6- OUTPUT_DIR=" ${WORKDIR} /output"
76export build_tag=" EA_3588S_k5.10.160_${set_release} _${set_desktop} "
87export DEBIAN_FRONTEND=noninteractive
98
109# ==========================================================================#
1110# init build env #
1211# ==========================================================================#
13- mkdir -p " ${OUTPUT_DIR} "
1412apt-get update
1513apt-get install -y ca-certificates
1614apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 33set -euxo pipefail
44
55WORKDIR=$( pwd)
6- OUTPUT_DIR=" ${WORKDIR} /output"
76export build_tag=" EA_3588S_k5.10.226_${set_release} _${set_desktop} "
87export DEBIAN_FRONTEND=noninteractive
98
109# ==========================================================================#
1110# init build env #
1211# ==========================================================================#
13- mkdir -p " ${OUTPUT_DIR} "
1412apt-get update
1513apt-get install -y ca-certificates
1614apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments