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

Error in line 98 "else" #97

Closed jeremias-mazzeo closed 1 year ago

jeremias-mazzeo commented 1 year ago

ubuntu@ip-172-29-4-144:~$ sudo ./install_gvm.sh -v 21 -u ./install_gvm.sh: line 98: syntax error near unexpected token else' ./install_gvm.sh: line 98:else '

Ubuntu 22.04 LTS

adamz01h commented 1 year ago

add the fi after echo "Okay, installing version $GVMVERSION" to close the if/then/else block in bash

yu210148 commented 1 year ago

Oops, sorry about that. Just merged a fix a7ea929