Skip to content
Snippets Groups Projects
Commit 3cdb6b52 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

build.sh: format.

parent c658e6f5
No related branches found
No related tags found
No related merge requests found
......@@ -12,22 +12,22 @@ ARTIFACTS=/artifacts
# Download software required to build OpenLAP and Cyrus SASL
function apt_get_install {
apt-get update && \
apt-get install -y -qq \
ca-certificates \
coreutils \
file \
gcc \
groff-base \
libsasl2-modules-gssapi-mit \
libc6-dev \
libssl-dev \
libsasl2-dev \
libperl-dev \
libltdl-dev \
libltdl7 \
apt-get install -y -qq \
ca-certificates \
coreutils \
file \
gcc \
groff-base \
libsasl2-modules-gssapi-mit \
libc6-dev \
libssl-dev \
libsasl2-dev \
libperl-dev \
libltdl-dev \
libltdl7 \
openssl \
make \
wget
make \
wget
}
# Download packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment