fix: use https for repo url

This commit is contained in:
Erica Marigold 2023-08-05 22:51:10 +05:30
parent 84820286df
commit ef0749a024
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ sudo sh -c "curl https://id.devcomp.xyz/hi@devcomp.xyz/2.gpg | sudo gpg --dearmo
```
- Add the repository to `sources.list`:
```md
deb [signed-by=/usr/share/keyrings/lune-archive-keyring.gpg] http://repos.devcomp.xyz/ bookworm main
deb [signed-by=/usr/share/keyrings/lune-archive-keyring.gpg] https://repos.devcomp.xyz/ bookworm main
```
- Install the package:
```console

View file

@ -104,7 +104,7 @@
<p class="steps">Add repository to sources.list:</p>
<div class="code">
<code>
deb [signed-by=/usr/share/keyrings/lune-archive-keyring.gpg] http://repos.devcomp.xyz/ bookworm main
deb [signed-by=/usr/share/keyrings/lune-archive-keyring.gpg] https://repos.devcomp.xyz/ bookworm main
</code>
</div>
<p class="steps">Update your repository metadata:</p>