orztv commited on
Commit
05ce6f4
·
1 Parent(s): b2ecc07
Files changed (1) hide show
  1. src/remix.sh +2 -0
src/remix.sh CHANGED
@@ -1,6 +1,8 @@
1
  #!/bin/sh
2
  set -e
3
 
 
 
4
  echo "开始安装 Remix..."
5
 
6
  # 静默安装 Remix
 
1
  #!/bin/sh
2
  set -e
3
 
4
+ pnpm add -g create-remix
5
+
6
  echo "开始安装 Remix..."
7
 
8
  # 静默安装 Remix