@@ 24,7 24,7 @@
<ol>
<li><a href="/xbps/#how-to-use">Add my repo</a>.</li>
<li>Update your package index: <code>xbps-install -S</code></li>
- <li>Install the package: <code>xbps-install linux5.9-tkg-muqss # or -zen or linux5.10 as desired</code></li>
+ <li>Install the package: <code>xbps-install linux5.9-tkg-muqss</code></li>
<li>Reboot! Note that the kernel may be listed below the stock Void kernel and you may need to manually select it in grub.</li>
</ol>
@@ 33,8 33,8 @@
<ol>
<li>Clone <a href="https://github.com/hristoast/void-packages/tree/linux-tkg">my fork of void-packages</a>, or add it as a remote to an existing clone. Ensure you are on the <code>linux-tkg</code> branch.</li>
<li><a href="https://github.com/void-linux/void-packages/#quick-start">Create</a> or <a href="https://github.com/void-linux/void-packages/#updating-masterdir">update</a> your xbps-src bootstrap env as needed.</li>
- <li>Build the packages (this takes a long time): <code>./xbps-src pkg linux5.9-tkg-muqss # or -zen or linux5.10 as desired</code></li>
- <li>Install from your local repo: <code>xbps-install --repository=./hostdir/binpkgs/linux-tkg linux5.9-tkg-muqss # or -zen or linux5.10 as desired</code></li>
+ <li>Build the packages (this takes a long time): <code>./xbps-src pkg linux5.9-tkg-muqss</code></li>
+ <li>Install from your local repo: <code>xbps-install --repository=./hostdir/binpkgs/linux-tkg linux5.9-tkg-muqss</code></li>
<li>Reboot! Note that the kernel may be listed below the stock Void kernel and you may need to manually select it in grub.</li>
</ol>