mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Fixes #6228. Since OpenSUSE Leap 15, python-virtualenv became a source package, breaking certbot-auto bootstrap on this version. Then python2-virtualenv must be used to create Python 2.x virtual environments. This PR makes certbot-auto compatible to prior and after Leap 15, by testing the existence of python-virtualenv on current OpenSUSE system, and then use appropriate packages. * Cover case of OpenSUSE Leap 15+ in certbot-auto * Revert increment on bootstrap for OpenSUSE * Fix configuration for Leap15+ * Add comment about explicit installation of python2-setuptools * Update letsencrypt-auto-source/pieces/bootstrappers/suse_common.sh Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Update letsencrypt-auto |
||
|---|---|---|
| .. | ||
| arch_common.sh | ||
| deb_common.sh | ||
| free_bsd.sh | ||
| gentoo_common.sh | ||
| mac.sh | ||
| mageia_common.sh | ||
| rpm_common.sh | ||
| rpm_common_base.sh | ||
| rpm_python3.sh | ||
| smartos.sh | ||
| suse_common.sh | ||