Update buildx.sh

This commit is contained in:
悟空的日常镜像仓库 2024-05-29 13:43:45 +08:00
parent 1ecfb0f8ab
commit f819178e6c
1 changed files with 3 additions and 3 deletions

View File

@ -16,15 +16,15 @@ while true; do
case $choice in
1)
rm -rf ib_x86_64
./runmynas x86_64
./runmynas.sh x86_64
;;
2)
rm -rf ib_rk33xx
./runmynas rk33xx
./runmynas.sh rk33xx
;;
3)
rm -rf ib_rk35xx
./runmynas rk35xx
./runmynas.sh rk35xx
;;
q)
echo "退出菜单"