SpatiumPortae / portal

Portal is a quick and easy command-line file transfer utility from any computer to another 🌌 ✨
https://portal.spatiumportae.com
MIT License
1.49k stars 38 forks source link

fix: ARM64 architecture detection #178

Open Ardelean-Calin opened 2 months ago

Ardelean-Calin commented 2 months ago

Currently running the install script on a ARM64 device such as a Raspberry Pi 5 yields a uname -m of aarch64, which is synonymous with ARM64. However before this change the script would download the x86 version.

Tested on Ubuntu 24.04 Server on a Raspberry Pi 5.