Closed mwoz123 closed 3 months ago
The install script already supports ARM.
The problem is on your machine:
marcin@OpenWrt:~$ sh -c "$(curl -fsLS get.chezmoi.io)" Linlx/arm: unsupported platform
This indicates that uname -s
is returning Linlx, not Linux, on your machine.
Closing due to lack of response.
Is your feature request related to a problem? Please describe.
Currently one-line binnary install
sh -c "$(curl -fsLS get.chezmoi.io)"
deoesn't handle Arm.Describe the solution you'd like
I'd like to have the ablity to use "One-line binary install" on ARM(v7) linux
Additional context