Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GVM Rev. 9 #126

Closed
libellux opened this issue Jul 25, 2022 · 2 comments · Fixed by #128
Closed

GVM Rev. 9 #126

libellux opened this issue Jul 25, 2022 · 2 comments · Fixed by #128
Assignees
Labels
enhancement New feature or request

Comments

@libellux
Copy link
Owner

GVM revision 9 to include installation of GVM 22.4.0 on Ubuntu 22.04.

@libellux libellux added the enhancement New feature or request label Jul 25, 2022
@libellux libellux self-assigned this Jul 25, 2022
@machadommm
Copy link

Hi,
I think that have a problem:

Set version, Download and verify GVMD

export GVMD_VERSION=22.4 &&
curl -f -L https://github.com/greenbone/gvmd/archive/refs/tags/v$GVMD_VERSION.tar.gz -o $SOURCE_DIR/gvmd-$GVMD_VERSION.tar.gz &&
curl -f -L https://github.com/greenbone/gvmd/releases/download/v$GVMD_VERSION/gvmd-$GVMD_VERSION.tar.gz.asc -o $SOURCE_DIR/gvmd-$GVMD_VERSION.tar.gz.asc &&
gpg --verify $SOURCE_DIR/gvmd-$GVMD_VERSION.tar.gz.asc $SOURCE_DIR/gvmd-$GVMD_VERSION.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1014k 0 1014k 0 0 1731k 0 --:--:-- --:--:-- --:--:-- 1731k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404

Could you check this?

@libellux
Copy link
Owner Author

Hello @machadommm you missed the 0:

export GVMD_VERSION=22.4.0

Im still having issues on ubuntu 22.04 tho. You can follow the thread here: https://community.greenbone.net/t/install-gvm-21-4-2-ubuntu-20-04/10057/54

@libellux libellux linked a pull request Jul 31, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants