sbs20 / scanservjs

SANE scanner nodejs web ui
https://sbs20.github.io/scanservjs/
GNU General Public License v2.0
689 stars 137 forks source link

Create bootstrap script #650

Closed sbs20 closed 9 months ago

sbs20 commented 9 months ago

The intention of this script is to separate it from the actual installer.

As things currently stand, it is impossible to move the installer script or reorganise the packaging because it will break the one-line install.

Further, it isn't possible to one-line install a specific version.

This bootstrapper fixes all that. All it does is find the specified release, downloads it, extracts it and then runs ./installer.sh -i

Also updated the install instructions and cleaned up the installer script