mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: use https for repo url
This commit is contained in:
parent
84820286df
commit
ef0749a024
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue