Update translations (#12)

This commit is contained in:
igor
2025-01-13 00:54:42 -03:00
committed by GitHub
parent 41058ec69d
commit b4012d94fb
5 changed files with 39 additions and 25 deletions
+3 -3
View File
@@ -62,8 +62,8 @@
<section id="installation" class="py-5">
<div class="container">
<h2 class="text-center mb-4">Installation</h2>
<p class="text-center">Run the following commands below for different installation options, should be ran inside the root of your kernel's directory.</p>
<h3 class="mt-4">Latest Release</h3>
<p class="text-center">Run the following commands below for different installation options, they should be run inside the root of your kernel's directory.</p>
<h3 class="mt-4">Latest release</h3>
<div class="highlight mt-3">
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -</code>
<button class="btn btn-copy mt-2" onclick="copyToClipboard(this)">Copy</button>
@@ -73,7 +73,7 @@
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next</code>
<button class="btn btn-copy mt-2" onclick="copyToClipboard(this)">Copy</button>
</div>
<h3 class="mt-4">Specific Tag</h3>
<h3 class="mt-4">Specific tag</h3>
<div class="highlight mt-3">
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.2-R14</code>
<button class="btn btn-copy mt-2" onclick="copyToClipboard(this)">Copy</button>