Skip to content

Commit df8448d

Browse files
authored
Fix code blocks
1 parent 9cb319f commit df8448d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ <h2>Adding the Package Signing Key to Apt</h2>
5656
<h2>Adding the Repository to Apt</h2>
5757

5858
<p>Once you have retrieved the public key, add an entry for the SonicDE repository by adding the following text to the file <code>/etc/apt/sources.list.d/xlibre-debian.sources</code>.</p>
59-
<code>
59+
<pre>
6060
Types: deb
6161
URIs: https://xlibre-debian.github.io/[SYSTEM-PLACEHOLDER]/
6262
Suites: main
6363
Components: [VERSION-PLACEHOLDER]
6464
Signed-By: /usr/share/keyrings/NexusSfan.pgp
65-
</code>
65+
</pre>
6666

6767
<p>Where <code>[system]</code> can be <code>debian</code>, <code>devuan</code>, or <code>ubuntu</code> depending on your system.</p>
6868

@@ -83,11 +83,11 @@ <h2>Contact</h2>
8383

8484
<p>To uninstall:</p>
8585

86-
<code>
86+
<pre>
8787
sudo apt-get remove xlibre xserver-xlibre* nexussfan-archive-keyring
8888
sudo apt-get install xorg
8989
sudo rm -f /etc/apt/sources.list.d/xlibre-debian.sources
90-
</code>
90+
</pre>
9191
</article>
9292
</body>
9393
</html>

0 commit comments

Comments
 (0)