Use https: protocol instead of deprecated git: protocol (#9452)

This commit is contained in:
Kevin Jones 2022-10-31 17:17:50 -04:00 committed by GitHub
parent f73e062c7a
commit 63de0ca9e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ These steps need to be done once to set up your VM and do not need to be run aga
5. Add your current user to the lxd group and update your shell to have the new assignment by running `sudo usermod -a -G lxd ${USER} && newgrp lxd`.
6. Install snapcraft with `sudo snap install --classic snapcraft`.
7. `cd ~` (or any other directory where you want our source files to be)
8. Run `git clone git://github.com/certbot/certbot`
8. Run `git clone https://github.com/certbot/certbot`
9. `cd certbot` (All further instructions are relative to this directory.)
### Certbot Snap
@ -80,7 +80,7 @@ It is easiest to run this from a local machine.
2. Install git and python with `sudo apt update && sudo apt install -y git python`.
3. Install snapcraft with `sudo snap install --classic snapcraft`.
4. `cd ~` (or any other directory where you want our source files to be)
5. Run `git clone git://github.com/certbot/certbot`
5. Run `git clone https://github.com/certbot/certbot`
6. `cd certbot` (All further instructions are relative to this directory.)
7. To trigger `snapcraft` to request access to your Launchpad account, run
`snapcraft remote-build --launchpad-accept-public-upload --status`. A URL where you need