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:
@@ -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`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user