Skip to content

Commit 2be3e72

Browse files
Merge pull request #39 from jorexdeveloper/auto-rootfs-update-noble-20260323
RootFS auto-update to noble-20260323
2 parents e4d4b99 + 0a8e9f0 commit 2be3e72

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
src="https://img.shields.io/github/contributors/jorexdeveloper/termux-ubuntu?colorA=5e2750&colorB=77216f&style=for-the-badge"
2121
alt="contributors">
2222
</a>
23-
<a href="https://cloud-images.ubuntu.com/noble/20260307">
23+
<a href="https://cloud-images.ubuntu.com/noble/20260323">
2424
<img
2525
src="https://img.shields.io/badge/dynamic/json?label=Status%20&query=$.status&url=https%3A%2F%2Fraw.githubusercontent.com%2Fjorexdeveloper%2Ftermux-ubuntu%2Fmain%2Fstatus.json&color=lightgray&logo=ubuntu&logoSize=auto&style=for-the-badge"
2626
alt="status">

install-ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ set_up_browser() {
256256

257257
name="22.04 LTS"
258258
code_name=noble
259-
release=20260307
259+
release=20260323
260260

261261
DISTRO_NAME=Ubuntu
262262
PROGRAM_NAME=$(basename "${0}")
@@ -267,8 +267,8 @@ VERSION_NAME="${name} ${code_name}-${release}"
267267
SHASUM_CMD=sha256sum
268268
TRUSTED_SHASUMS=$(
269269
cat <<-EOF
270-
01cac880e9ab147b1737d6729f5163b7ed4fd5d08ad1d83e0be0f10f6996ee32 *noble-server-cloudimg-arm64-root.tar.xz
271-
c2c4fbaf0d335a191a755e0cb4bd655aa4f2dc431678ba910dba8ecc19a4d337 *noble-server-cloudimg-armhf-root.tar.xz
270+
3c8f36e427583571cb5536b339355b9d9b60c233eb7aed5e51c41b3ceba5accf *noble-server-cloudimg-arm64-root.tar.xz
271+
f605e285923f5a8eb66daf0ffef1315c08792bbfccfaded6311b988ee8d547c8 *noble-server-cloudimg-armhf-root.tar.xz
272272
EOF
273273
)
274274

status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"status": "Ubuntu 22.04 LTS (noble-20260307) Available"
2+
"status": "Ubuntu 22.04 LTS (noble-20260323) Available"
33
}

0 commit comments

Comments
 (0)