orztv commited on
Commit
5c8ee14
·
1 Parent(s): 03e0534
Files changed (1) hide show
  1. src/remix.sh +1 -1
src/remix.sh CHANGED
@@ -4,7 +4,7 @@ set -e
4
  echo "开始安装 Remix..."
5
 
6
  # 安装 remix
7
- pnpm dlx create-remix@latest remix-app --no-interactive
8
 
9
  echo "Remix 安装完成"
10
 
 
4
  echo "开始安装 Remix..."
5
 
6
  # 安装 remix
7
+ pnpm dlx create-remix@latest remix-app --no-interactive --yes
8
 
9
  echo "Remix 安装完成"
10