Skip to content

Commit 8724387

Browse files
committed
Use the acme-0.8 branch of simp_le
1 parent ade77bb commit 8724387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_simp_le.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ set -e
66
apk --update add python py-requests py-setuptools git gcc py-pip musl-dev libffi-dev python-dev openssl-dev
77

88
# Get Let's Encrypt simp_le client source
9+
branch="acme-0.8"
910
mkdir -p /src
10-
git -C /src clone https://github.com/kuba/simp_le.git
11+
git -C /src clone --depth=1 -b $branch https://github.com/kuba/simp_le.git
1112

1213
# Install simp_le in /usr/bin
1314
cd /src/simp_le
14-
git checkout acme-0.8
1515
python ./setup.py install
1616

1717
# Make house cleaning

0 commit comments

Comments
 (0)