We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961d645 commit fe259eeCopy full SHA for fe259ee
1 file changed
download.html
@@ -48,6 +48,11 @@ <h2>Option 3:</h2><h2>Arch-based Installer</h2>
48
<p>Install ObsidianOS directly from an existing Arch Linux system using our installer script.</p>
49
<pre><code>sudo bash -c "$(curl -fsSL https://arbs.obsidianos.xyz)"</code></pre>
50
</div>
51
+ <div class="install-card">
52
+ <h2>Option 4:</h2><h2>Manual install from an Arch-based host</h2>
53
+ <p>Install arch-install-scripts and obsidianctl to do an manual install.</p>
54
+ <a href="https://aur.archlinux.org/packages/obsidianctl-git" class="download-btn">Get obsidianctl</a>
55
+ </div>
56
</section>
57
<section class="post-install">
58
<h2>Next Steps</h2>
0 commit comments