1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-06-21 04:43:44 +05:30

refactor: added arm64 linux builds, added linux curl-bash installer, fixed all downloads grid and bumped up deps

This commit is contained in:
2025-10-10 17:03:33 +05:30
Verified
parent 24f2793b79
commit 0e1dc222bc
8 changed files with 1547 additions and 2029 deletions
+9 -1
View File
@@ -50,7 +50,15 @@ try {
signature: "",
url: baseUrl + `NeoDLP-${data.version}-1.x86_64.rpm`
},
"linux-x86_64-aur": {
"linux-aarch64-deb": {
signature: "",
url: baseUrl + `NeoDLP_${data.version}_arm64.deb`
},
"linux-aarch64-rpm": {
signature: "",
url: baseUrl + `NeoDLP-${data.version}-1.aarch64.rpm`
},
"linux-x86_64+aarch64-aur": {
signature: "",
url: `https://aur.archlinux.org/cgit/aur.git/snapshot/neodlp.tar.gz`
}