update repository.php

This commit is contained in:
speedie 2023-03-01 22:35:03 +01:00
parent 1bc3925495
commit 75920107d5

View file

@ -12,22 +12,22 @@
<div class="content">
<h2>speedie's Arch repository</h2>
<p>Since I maintain forks of software as well as some of my own, I decided to create an Arch repository so that you can install my dotfiles and software using <code>pacman</code>.</p>
<h2>What packages does this repository offer?</h2>
<h3>What packages does this repository offer?</h3>
<p>See the repository for a full list.</p>
<h2>What distributions can I install this on?</h2>
<h3>What distributions can I install this on?</h3>
<p>The repository should be functional on most if not all Arch based distributions. I have only tested it on Arch however.</p>
<h2>How can I add this overlay?</h2>
<h3>How can I add this overlay?</h3>
<p>First of all, this is a signed repository. This means you need to add my PGP keys before you can use the repository. To do this, run the following commands:</p>
<code>pacman-key --recv-keys CEB863B830D1318A</code>
<code>pacman-key --lsign-key CEB863B830D1318A</code>
<p>Now, edit <code>/etc/pacman.conf</code> with your favorite editor and add the following lines to the file:</p>
<code>[speedie-aur]</code>
<code>SigLevel = Required DatabaseNever</code>
<code>Server = https://git.speedie.gq/speedie-aur/plain/$arch</code>
<p><code>[speedie-aur]</code></p>
<p><code>SigLevel = Required DatabaseNever</code></p>
<p><code>Server = https://git.speedie.gq/speedie-aur/plain/$arch</code></p>
<p>Write it, and run <code>pacman -Sy</code> to sync the repositories. If the sync was successful, you can now start installing my packages.</p>
<h2>Where are the packages hosted?</h2>
<h3>Where are the packages hosted?</h3>
<p>The packages are all hosted on <a href="https://git.speedie.gq/speedie-aur">my cgit instance</a>.</p>
<h2>Support me</h2>
<h3>Support me</h3>
<p>If this overlay was useful, consider donating.</p>
<p>XMR: <code>888ncoFDtpQecZvRgZf5ZCNXSmLVS3st1Yjf4k8SD4Jt4pPUpHkqzKE8UWiKFw9V5W6P946PUpmnS4YGuPkyq997LKQ3HzU</code></p>
</div>