There is a lot of software which is released as shell installers, for example:
Netbeans
Mathematica
Bazel (it also provide deb and tar.gz, but .sh is popular)
Nvidia Graphics Driver
and so on.
This way to install software is convenient and universal.
Is there a tool (like NSYS and Inno Setup in Windows to generate .exe installers) on Unix-like platform which can automatically generate a .sh installer with the archive of target software and simple configuration?
I prefer an open-source solution.
shar(1)
, or something more advanced? – Kusalananda May 06 '18 at 07:02