diff --git a/package/dpkg/apt/index.html b/package/dpkg/apt/index.html index d54e159..19d59f1 100644 --- a/package/dpkg/apt/index.html +++ b/package/dpkg/apt/index.html @@ -1 +1,119 @@ - + +
+ + + + + + + +This is my personal apt repository which hosts packages I maintain for apt.
+Import the GPG signing keys:
+
+ $ curl https://id.devcomp.xyz/hi@devcomp.xyz/2.gpg | gpg --import
+
+
+ # sh -c "curl https://id.devcomp.xyz/hi@devcomp.xyz/2.gpg | sudo gpg --dearmor > /usr/share/keyrings/lune-archive-keyring.gpg"
+
+ Add repository to sources.list:
+
+ deb [signed-by=/usr/share/keyrings/lune-archive-keyring.gpg] http://repos.devcomp.xyz/ bookworm main
+
+ Update your repository metadata:
+
+ # apt update
+