Skip to content

Commit

Permalink
修复安装脚本问题
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoXianNv-boot committed Mar 4, 2024
1 parent 2fdee6c commit b6c08d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ mono_crash.*
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
.config/
venv/
x64/
x86/
[Ww][Ii][Nn]32/
Expand Down Expand Up @@ -360,4 +362,5 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
.config/sessino
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# 安装 install
```
wget https://github.com/XiaoXianNv-boot/jcm/releases/download/Preview/install.sh -c && sh install.sh
wget https://github.com/XiaoXianNv-boot/jcm/releases/download/install/install.sh -c && sh install.sh
```

# 试用
Expand Down
2 changes: 1 addition & 1 deletion Tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cd jcm_install

mkdir -p Tools
cd Tools
curl -#fL -o install.py -C - $gitdir/Tools/install.py
curl -#fL -o install.py -C - $gitdir/install/install.py
if [ ! -e install.py ]; then
curl -#fL -o install.py -C - $mirrordir/install/install.py
fi
Expand Down

0 comments on commit b6c08d5

Please sign in to comment.