Skip to content

Commit 2485417

Browse files
committed
修改文档字体
1 parent e96660f commit 2485417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python311-centos/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir -p /app/output
55

66
# 压缩 Python 安装目录
77
cd /usr/local
8-
tar czf /app/output/python3.11-centos7.tar.gz lib/python3.11 lib/python3.11.* bin/python3.11 bin/pip3.11
8+
tar czf /app/output/python3.11-centos7.tar.gz lib/python3.11 lib/python3.11* bin/python3.11 bin/pip3.11
99

1010
# 输出文件大小信息
1111
ls -lh /app/output/python3.11-centos7.tar.gz

0 commit comments

Comments
 (0)