Update install_reader.sh
Browse files- install_reader.sh +1 -1
install_reader.sh
CHANGED
|
@@ -28,7 +28,7 @@ fi
|
|
| 28 |
# 解压文件
|
| 29 |
zip_file="reader-server-${version}.zip"
|
| 30 |
echo "正在解压文件..."
|
| 31 |
-
unzip
|
| 32 |
|
| 33 |
# 处理解压目录结构
|
| 34 |
dir_name=$(unzip -Z -1 "$zip_file" | head -n1 | cut -d '/' -f1)
|
|
|
|
| 28 |
# 解压文件
|
| 29 |
zip_file="reader-server-${version}.zip"
|
| 30 |
echo "正在解压文件..."
|
| 31 |
+
unzip "$zip_file"
|
| 32 |
|
| 33 |
# 处理解压目录结构
|
| 34 |
dir_name=$(unzip -Z -1 "$zip_file" | head -n1 | cut -d '/' -f1)
|