fixing errors

This commit is contained in:
Mitsuba100
2026-03-23 16:24:18 +01:00
parent 31ddfeffff
commit a329bf436c

View File

@@ -123,7 +123,7 @@ jobs:
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1>🚀 HyprArch Custom Repository</h1> <h1>HyprArch Custom Repository</h1>
<h2>1. Add the GPG Key</h2> <h2>1. Add the GPG Key</h2>
<p>Run this command to trust the repository maintainer (Stuart Drew):</p> <p>Run this command to trust the repository maintainer (Stuart Drew):</p>
@@ -135,9 +135,9 @@ jobs:
SigLevel = Required DatabaseOptional SigLevel = Required DatabaseOptional
Server = https://hyprarch-repo.stuple.net/$arch</pre> Server = https://hyprarch-repo.stuple.net/$arch</pre>
<h2>3. Sync and Install</h2> <h2>3. Sync</h2>
<div class="step"> <div class="step">
<code>sudo pacman -Sy HyprArch-hyprland-git</code> <code>sudo pacman -Sy</code>
</div> </div>
<hr style="margin-top:40px; border: 0; border-top: 1px solid #4c566a;"> <hr style="margin-top:40px; border: 0; border-top: 1px solid #4c566a;">