veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.55k stars 46 forks source link

[INSTALLATION] - missing aarch64 linux build #125

Closed sjtuross closed 1 year ago

sjtuross commented 1 year ago

Description

I try to install termscp on Raspberry Pi 4B but got the error Unsupported arch aarch64. I see arm64-apple-darwin build is available, so I'm wondering if it's possible to publish aarch64 linux build.

Steps to reproduce

run curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh and got the error Unsupported arch aarch64

Expected behaviour

termscp can install on Raspberry Pi 4B.

Environment

Log

Unsupported arch aarch64

Additional information

Add any other context about the problem here.

Vesther commented 1 year ago

Encountered the same issue on the ARM Macbook, but the homebrew formula works fine on MacOS without those checks, might also be worth the update.

brew install veeso/termscp/termscp in case someone with an M1 is looking for it.

veeso commented 1 year ago

@Vesther Thanks, I missed a forced exit in the script if the arch wasn't x86_64. Now, M1 installation with sh script should be working fine.

veeso commented 1 year ago

It'll be available since 0.11