Skip to content

Commit

Permalink
Use direct link to keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Nov 1, 2023
1 parent 24f5654 commit 1247aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function get($metadata, $name){
<li>
Install full keychain
<pre><?php
echo "sudo pacman -U <a href=\"https://repo.eeems.codes/eeems-keyring.tar.zst\">https://repo.eeems.codes/eeems-keyring.tar.zst</a>";
echo "sudo pacman -U <a href=\"https://repo.eeems.codes/eeems-linux/eeems-keyring-20220620-1-any.pkg.tar.zst\">https://repo.eeems.codes/eeems-linux/eeems-keyring-20220620-1-any.pkg.tar.zst</a>";
?></pre>
</li>
<li>
Expand Down

0 comments on commit 1247aac

Please sign in to comment.