mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 17:37:36 +02:00
System Configuration > Optimizations > General System Optimizations: a deprecated 'gen_optm' function parameter has been removed.
This commit is contained in:
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user