MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.89k stars 497 forks source link

DietPi-Software | BunJS #7180

Open 7heMech opened 3 months ago

7heMech commented 3 months ago

Creating a software request

This request might be unnecessary since installation is just one liner, but I'm adding it since nodejs has been added as well.

Formal software information

Are there similar/alternative software titles available with DietPi-Software?

What makes your requested software better than the above solutions, if available?

Can you provide the installation steps that you would suggest DietPi-Software to do?

Are you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.? This is not needed, but could speed up our decision to implement it, as man power is always a topic :wink:.

MichaIng commented 3 months ago

Not bad to have a JS alternative. Just the question is how many do or gonna use it.

I would skip their installer and download the binaries directly, probably even make DEB packages from it. It however does not seem to support 32-bit (ARM) and RISC-V, as least their installer does not pull binaries for those.

Hmm, any packaging will however conflict with their bun upgrade command. I do not like such internal update commands, of they cannot be disabled at compile time, since it makes own distributions impossible (without assuring havoc with package and internal updater colliding).