mao123qw commited on
Commit
98e7eeb
·
verified ·
1 Parent(s): 7713a05

Update install_reader.sh

Browse files
Files changed (1) hide show
  1. install_reader.sh +1 -1
install_reader.sh CHANGED
@@ -26,7 +26,7 @@ if ! curl -LO "$download_url"; then
26
  fi
27
 
28
  # 解压文件
29
- zip_file="reader-server-${version}.jar.zip"
30
  echo "正在解压文件..."
31
  unzip "$zip_file"
32
 
 
26
  fi
27
 
28
  # 解压文件
29
+ zip_file="reader-server-${version}.zip"
30
  echo "正在解压文件..."
31
  unzip "$zip_file"
32