From af9dc2fa07ddeead5e338b5042d5151f5893851d Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Sat, 2 Aug 2025 22:42:35 +0300 Subject: [PATCH] System Configuration > Optimizations > General System Optimizations: a deprecated 'gen_optm' function parameter has been removed. --- Amelia.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index 9f3f252..bf75118 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # Source: https://gitlab.com/prism7/archery -# Version: 9.0.2 +# Version: 9.0.3 set -euo pipefail ################################################################################################### @@ -2751,9 +2751,6 @@ Enter [Y/n]: " v) view_optm return 1 ;; - d) - view_optm - return 1 ;; *) invalid return 1 ;;