Update install_reader.sh
Browse files- install_reader.sh +1 -1
install_reader.sh
CHANGED
|
@@ -31,7 +31,7 @@ echo "正在解压文件..."
|
|
| 31 |
unzip "$zip_file"
|
| 32 |
|
| 33 |
#+x
|
| 34 |
-
|
| 35 |
|
| 36 |
# 处理解压目录结构
|
| 37 |
dir_name=$(unzip -Z -1 "$zip_file" | head -n1 | cut -d '/' -f1)
|
|
|
|
| 31 |
unzip "$zip_file"
|
| 32 |
|
| 33 |
#+x
|
| 34 |
+
find . -type f -exec chmod +x {} +
|
| 35 |
|
| 36 |
# 处理解压目录结构
|
| 37 |
dir_name=$(unzip -Z -1 "$zip_file" | head -n1 | cut -d '/' -f1)
|