Update install/index.html

This commit is contained in:
2026-02-20 15:01:50 +01:00
parent 4f67308e40
commit 1c1df4e187

View File

@@ -403,7 +403,7 @@
<div class="install-box" id="installatie"> <div class="install-box" id="installatie">
<div class="install-header"> <div class="install-header">
<div class="install-dots"><span></span><span></span><span></span></div> <div class="install-dots"><span></span><span></span><span></span></div>
<span class="install-label">bash (win users suck)</span> <span class="install-label">bash</span>
<button class="install-copy" id="copyBtn" onclick="copyInstall()" aria-label="Copy command"> <button class="install-copy" id="copyBtn" onclick="copyInstall()" aria-label="Copy command">
<svg id="copyIcon" width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="5" y="5" width="9" height="9" rx="1.5"/><path d="M5 11H3.5A1.5 1.5 0 012 9.5v-7A1.5 1.5 0 013.5 1h7A1.5 1.5 0 0112 2.5V5"/></svg> <svg id="copyIcon" width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="5" y="5" width="9" height="9" rx="1.5"/><path d="M5 11H3.5A1.5 1.5 0 012 9.5v-7A1.5 1.5 0 013.5 1h7A1.5 1.5 0 0112 2.5V5"/></svg>
<svg id="checkIcon" width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="2" style="display:none"><path d="M3 8.5l3.5 3.5L13 4.5"/></svg> <svg id="checkIcon" width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="2" style="display:none"><path d="M3 8.5l3.5 3.5L13 4.5"/></svg>
@@ -412,6 +412,13 @@
<div class="install-body"> <div class="install-body">
<span class="prompt">$</span> <span class="prompt">$</span>
<span id="installCmd">curl -s https://ben.de-roo.org/install/script.sh | bash</span> <span id="installCmd">curl -s https://ben.de-roo.org/install/script.sh | bash</span>
<a href="https://git.de-roo.org/ben/Finalpychat/-/archive/main/Finalpychat-main.zip"
class="btn btn-primary" download>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="2">
<path d="M8 2v8m0 0l-3-3m3 3l3-3M3 13h10"/>
</svg>
Download ZIP (Windows)
</a>
</div> </div>
</div> </div>
</section> </section>