Skip to content

Commit bd367d6

Browse files
committed
Update via git
1 parent 75c096c commit bd367d6

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

download.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
<meta name="keywords" content="Download Devubox-MX, Linux, Devuan, Debian, Openbox, Operating System, Indonesia, Desktop OS">
1212
<meta name="author" content="Devubox-MX Team">
1313
<meta name="robots" content="index, follow">
14-
<link rel="canonical" href="https://Devubox-MX.example.com/download">
15-
<link rel='shortlink' href="https://Devubox-MX.example.com/download"/>
14+
<link rel="canonical" href="https://devuboxlinux.github.io/download">
15+
<link rel='shortlink' href="https://devuboxlinux.github.io/download"/>
1616
<!-- Open Graph / Facebook Meta Tags -->
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://Devubox-MX.example.com/download">
18+
<meta property="og:url" content="https://devuboxlinux.github.io/download">
1919
<meta property="og:title" content="Download Devubox-MX - Midweight Simple Stable Desktop OS">
2020
<meta property="og:description" content="Download the latest version of Devubox-MX. Check system requirements and get started.">
2121
<meta property="og:image" content="https://placehold.co/1200x630/55595c/ffffff?text=Download%20Devubox-MX">
2222
<meta property="og:site_name" content="Devubox-MX">
2323

2424
<!-- Twitter Card Meta Tags -->
2525
<meta name="twitter:card" content="summary_large_image">
26-
<meta name="twitter:url" content="https://Devubox-MX.example.com/download">
26+
<meta name="twitter:url" content="https://devuboxlinux.github.io/download">
2727
<meta name="twitter:title" content="Download Devubox-MX - Midweight Simple Stable Desktop OS">
2828
<meta name="twitter:description" content="Download the latest version of Devubox-MX. Check system requirements and get started.">
2929
<meta name="twitter:image" content="https://placehold.co/1200x630/55595c/ffffff?text=Download%20Devubox-MX">
@@ -163,8 +163,8 @@ <h1 class="display-5 fw-bold">Download Devubox-MX</h1>
163163
<div class="col-lg-8">
164164
<div class="card custom-card shadow-sm mb-5">
165165
<div class="card-body p-4 text-center">
166-
<h2 class="card-title">Devubox-MX Alpha 1.0</h2>
167-
<p class="text-muted">Release Date: August 30, 2025 (Estimated)</p>
166+
<h2 class="card-title">Devubox-MX25 Base_sysvinit beta1 x64</h2>
167+
<p class="text-muted">Release Date: October 30, 2025 (Estimated)</p>
168168
<div class="alert alert-warning" role="alert">
169169
<p class="mb-0"><strong>Disclaimer:</strong> This is an early alpha release. We recommend testing in a virtual machine.</p>
170170
<hr>
@@ -206,7 +206,7 @@ <h2 class="fw-bold text-center mb-4">Verify Your Download</h2>
206206
<h5 class="card-title">How to verify checksum of the ISO</h5>
207207
<p>To check the integrity of the downloaded ISO in Linux, download the ISO and then use the appropriate action below.</p>
208208
<div class="p-3 mb-3 rounded checksum-box">
209-
<p class="mb-1"><strong>File:</strong> <code>Devubox-MX_Alpha_1.0.iso</code></p>
209+
<p class="mb-1"><strong>File:</strong> <code>Devubox-MX25_Base_sysvinit_beta1_x64.iso</code></p>
210210
<p class="mb-1"><strong>md5sum:</strong> <code class="text-break">a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6</code></p>
211211
<p class="mb-0"><strong>sha256sum:</strong> <code class="text-break">a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6a7b8c9d0e1f2a3b4c5d6a7b8c9d0e1f2</code></p>
212212
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h1 class="display-6 fw-bold">Introducing Devubox-MX</h1>
168168
<p class="fs-5">Devubox-MX is an open-source MX Linux respin based on Devuan It uses both MX Linux and Devuan-Backports repositories to provide access to the latest/backports of programs and drivers, similar to how PPAs function in Ubuntu. It features a customized Openbox window manager that provides a complete desktop environment inspired by CrunchBang++, BunsenLabs, Mabox, and Archcraft.</p>
169169
<p class="fs-5"><strong>Disclaimer:</strong> Since this distribution is in an early alpha phase, we do not recommend installing it on your main hardware. For stability, please test it in a virtual machine (VM) unless you are a tech-savvy user comfortable with pre-release software.</p>
170170
<div class="mt-4">
171-
<p class="fs-5 mb-2">Estimated alpha release: August 30, 2025. This date is subject to change.</p>
171+
<p class="fs-5 mb-2">Estimated alpha release: Oct 30, 2025. This date is subject to change.</p>
172172
<div id="countdown-timer" class="fs-3 mb-3 fw-bold"></div>
173173
<a href="/download" id="download-button" class="btn btn-primary btn-lg" role="button">Download (Not available yet)</a>
174174
</div>
@@ -330,7 +330,7 @@ <h5>Other Popular Applications Included</h5>
330330

331331
<!-- Countdown Timer Script -->
332332
<script>
333-
const countDownDate = new Date("Sep 30, 2025 00:00:00").getTime();
333+
const countDownDate = new Date("Oct 30, 2025 00:00:00").getTime();
334334
const countdownElement = document.getElementById("countdown-timer");
335335
const downloadButton = document.getElementById("download-button");
336336

0 commit comments

Comments
 (0)