Skip to content

Commit cf3c66d

Browse files
committed
Enhance download page with installation instructions and default credentials
1 parent 4c46071 commit cf3c66d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

download/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,18 +223,17 @@ <h2 class="card-title">Devubox-MX25 Base_sysvinit RC1 x64</h2>
223223
<hr>
224224
<p class="mb-0"><strong>Note:</strong> Devubox-MX is developed by a single developer from Indonesia, and currently, it is only available in English. You can change the language settings (such as keyboard layout and locale), but some elements will remain in English.</p>
225225
</div>
226+
<p class="mt-3 mb-0"><strong>To launch the installer:</strong> Press the "Install MX Linux" button inside the MX Welcome popup during startup of the live environment. If you close the popup, open MX Welcome via Start Menu &gt; MX Tools &gt; MX Welcome and press "Install MX Linux", or run <code>minstall-launcher</code> in a terminal.</p>
227+
<div class="mt-0">
228+
<p class="mb-0"><strong>Default Username/Password:</strong> <code>demo</code> / <code>demo</code></p>
229+
<p class="mb-0"><strong>Default Root Password:</strong> <code>root</code></p>
230+
</div>
226231
<a href="https://sourceforge.net/projects/devubox-mx-edition/files/Devubox-MX25_Base_sysvinit_RC1_x64.iso/download"
227232
class="btn btn-primary btn-lg w-100 my-2">Download 64-bit (x86_64) ISO (5.3 GB)</a>
228233
<a href="https://github.com/DevuboxLinux/build-iso-devubox/releases/tag/RC1"
229234
class="btn btn-info btn-lg w-100 my-2">Devubox-MX25 RC1 Changelog</a>
230235
<a href="https://sourceforge.net/projects/devubox-mx-edition/files"
231236
class="btn btn-secondary btn-lg w-100 my-2">Sourceforge Page</a>
232-
<div class="mt-4">
233-
<p class="mb-1"><strong>Default Username/Password:</strong> <code>demo</code> /
234-
<code>demo</code>
235-
</p>
236-
<p class="mb-0"><strong>Default Root Password:</strong> <code>root</code></p>
237-
</div>
238237
</div>
239238
</div>
240239
</div>
@@ -321,6 +320,7 @@ <h6 class="mt-3"><strong>Verify ISO Signature (Linux Only):</strong></h6>
321320
<pre class="p-2 rounded"><code>gpg --no-default-keyring --keyring gnupg-ring:trustedkeys.gpg --keyserver keyserver.ubuntu.com --recv-keys 3FEF465AE7183F38</code></pre>
322321
<p>Then, run GnuPG’s signature verification tool:</p>
323322
<pre class="p-2 rounded"><code>gpgv --keyring trustedkeys.gpg Devubox-MX25_Base_sysvinit_RC1_x64.iso.sig Devubox-MX25_Base_sysvinit_RC1_x64.iso</code></pre>
323+
<p>If it says "Good signature", it means the ISO hasn't been tampered with or corrupted.</p>
324324
</div>
325325
</div>
326326
</div>

0 commit comments

Comments
 (0)