daed
daed copied to clipboard
[Bug Report] <release zip file naming issue>
Checks
- [X] I have searched the existing issues
- [X] I have read the documentation
- [X] Is it your first time sumbitting an issue
Current Behavior
magicdian@magicdians-arm-ubuntu-server:~/dae$ wget -P /tmp https://github.com/daeuniverse/daed/releases/latest/download/installer-daed-linux-$(arch).deb
--2023-10-07 17:02:45-- https://github.com/daeuniverse/daed/releases/latest/download/installer-daed-linux-aarch64.deb
Resolving github.com (github.com)... 20.205.243.166
Connecting to github.com (github.com)|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github.com/daeuniverse/daed/releases/download/v0.3.3.p1/installer-daed-linux-aarch64.deb [following]
--2023-10-07 17:02:45-- https://github.com/daeuniverse/daed/releases/download/v0.3.3.p1/installer-daed-linux-aarch64.deb
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 404 Not Found
2023-10-07 17:02:45 ERROR 404: Not Found.
Here is a output from my vm running on my m1 macbook.
I think maybe installer-daed-linux-arm64.deb
should rename to installer-daed-linux-aarch64.deb
Expected Behavior
using wget -P /tmp https://github.com/daeuniverse/daed/releases/latest/download/installer-daed-linux-$(arch).deb
command to install daed successful
Steps to Reproduce
No response
Environment
- Daed version: irrelevant
-
OS (e.g
cat /etc/os-release
): Ubuntu 22.04.3 LTS -
Kernel (e.g.
uname -a
): Linux magicdians-arm-ubuntu-server 5.15.0-76-generic #83~20.04.1-Ubuntu SMP Wed Jun 21 20:24:56 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux - Others:
Anything else?
No response
Thanks for opening this issue!