From 90885a398e54d64e86cc206d81ce0b712de9efc6 Mon Sep 17 00:00:00 2001 From: lsy Date: Mon, 23 Sep 2024 18:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=89=E8=A3=85=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menus/Software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menus/Software.sh b/Menus/Software.sh index b6e371f..112ba3a 100644 --- a/Menus/Software.sh +++ b/Menus/Software.sh @@ -62,7 +62,7 @@ fi for i in $pick ; do if [[ ${soft_dick[${soft_array[$i]}]} == 0 ]]; then - eval "$install_str ${soft_dick{${soft_array[$i]}}}}" + eval "$install_str ${soft_array[$i]}" else soft_dick[${soft_array[$i]}]=2 fi