yu210148 / gvm_install

A script to install GVM 20 or 21 on Ubuntu 20.04 or Debian 10.
GNU General Public License v3.0
142 stars 71 forks source link

First crack at supporting GVM 22 #94

Closed GORGES closed 1 year ago

GORGES commented 1 year ago

Added support for GVM 22 for installation on Ubuntu 22. Tried to be surgical and do the minimal number of changes to maximize support for other linux distros.

yu210148 commented 1 year ago

Thanks for this. I'll merge it in.

yu210148 commented 1 year ago

Looks like I may have been premature in merging this. It seems to be throwing an error; I think when building GSA. I'm getting the following:

yarn install v1.22.19 [1/5] Validating package.json... error gsa@22.4.1: The engine "node" is incompatible with this module. Expected version ">=14.0". Got "12.22.9" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. yarn run v1.22.19 error gsa@22.4.1: The engine "node" is incompatible with this module. Expected version ">=14.0". Got "12.22.9" error Commands cannot run with an incompatible environment. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. cp: cannot stat 'build/*': No such file or directory

yu210148 commented 1 year ago

See #Issue95 has more info.