修复语法错误

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

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