修复语法错误

This commit is contained in:
2023-02-04 09:45:19 +08:00
parent 01397bf9c6
commit 7bfb118ed1

View File

@@ -33,7 +33,7 @@ fi
if [ "$1" = "yyupdate" ];then if [ "$1" = "yyupdate" ];then
update-apt-fast-conf update-apt-fast-conf
##### 其他的直接转给apt-fast ##### 其他的直接转给apt-fast
else
elif [ "$1" = "install" ];then elif [ "$1" = "install" ];then
${YY_APT_FAST} $@ --allow-downgrades ${YY_APT_FAST} $@ --allow-downgrades
else else