mirror of
https://github.com/certbot/certbot.git
synced 2026-03-23 19:03:33 -04:00
This makes the script more readable and easier to work on. We'll stitch it together with a build process. Also, stop passing the sudo command as an arg to the experimental bootstrappers. They will be inlined into the main script and can just reference $SUDO. As a result, stop recommending devs run the scripts manually, instead running le-auto --os-packages-only. This has the nice side effect of making dev documentation simpler. Name the folder "letsencrypt_auto" rather than "letsencrypt-auto" because git yield endless pain when replacing a file with a dir. Perhaps we can change it with impunity in a latter commit. |
||
|---|---|---|
| .. | ||
| dev | ||
| _arch_common.sh | ||
| _deb_common.sh | ||
| _gentoo_common.sh | ||
| _rpm_common.sh | ||
| _suse_common.sh | ||
| archlinux.sh | ||
| centos.sh | ||
| debian.sh | ||
| fedora.sh | ||
| freebsd.sh | ||
| gentoo.sh | ||
| install-deps.sh | ||
| mac.sh | ||
| manjaro.sh | ||
| README | ||
| suse.sh | ||
| ubuntu.sh | ||
| venv.sh | ||
This directory contains scripts that install necessary OS-specific prerequisite dependencies (see docs/using.rst). General dependencies: - git-core: py26reqs.txt git+https://* - ca-certificates: communication with demo ACMO server at https://www.letsencrypt-demo.org, py26reqs.txt git+https://*