From ef0749a0248c81e17e45b0c05203bd27a0914e09 Mon Sep 17 00:00:00 2001 From: Compey Date: Sat, 5 Aug 2023 22:51:10 +0530 Subject: [PATCH] fix: use https for repo url --- README.md | 2 +- package/dpkg/apt/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fbd113..ce8e40a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package/dpkg/apt/index.html b/package/dpkg/apt/index.html index 19d59f1..4e3c3fd 100644 --- a/package/dpkg/apt/index.html +++ b/package/dpkg/apt/index.html @@ -104,7 +104,7 @@

Add repository to sources.list:

- 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

Update your repository metadata: