ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.37k stars 859 forks source link

Will we ever have a 64bit version of iSH? #2180

Closed An-Unnamed-Developer closed 11 months ago

An-Unnamed-Developer commented 11 months ago

I have a small problem. I need the latest versions of NodeJS but they only support 64bit Linux, not 32bit, like iSH.

Collasperz commented 11 months ago

you could change your file system to the official alpine linux 32 bit rootfs and use apk add nodejs

An-Unnamed-Developer commented 11 months ago

Problem is, NodeJS no longer supports nor builds Linux 32-bit versions.

Collasperz commented 11 months ago

well the package manager cdn for the official alpine linux rootfs has node 18, and i used apk add nodejs and it works fine

An-Unnamed-Developer commented 11 months ago

How would I go about doing this?

An-Unnamed-Developer commented 11 months ago

Probably won’t happen, just use a different distro if needed.