From 89f8d8d9c15c23b1c5091a288f4f83685128cba1 Mon Sep 17 00:00:00 2001 From: jpwilliam Date: Wed, 15 Oct 2025 07:38:07 -0300 Subject: [PATCH] update script --- openvas_install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openvas_install.sh b/openvas_install.sh index 9cb968c..ee9b083 100644 --- a/openvas_install.sh +++ b/openvas_install.sh @@ -1,6 +1,5 @@ #!/bin/bash - -# OpenVAS installation script for Debian 12 systems. +# OpenVAS installation script for Debian 13 systems. # Version: v1.0.0 # Purpose: Installs and configures OpenVAS from source following Greenbone Community Edition guidelines. # Repository: https://github.com/Kastervo/OpenVAS-Installation @@ -1320,4 +1319,4 @@ main() { log INFO "OpenVAS installation completed successfully." } -main \ No newline at end of file +main